|
|
[Perlfect-search] I found a bug. Please help !!!
Ling Wang lingwangx@hotmail.com
Sat, 10 Nov 2001 20:20:08
Hello Perlfect developer,
I found that the Perlfect Search 3.20 has a bug. That is, it ignores the
javascript at the begining of the html document (between <head></head>).
However, it treats the javascript in other places as normal text.
Here is an example:
<pre>
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD >
<BODY >
<script language="JavaScript"> //PerlfectTest
var a;
var b;
var c=a+b;
document.writeln("This is a JavaScriptTest");
</script>
Hello World!
</BODY>
</HTML>
</pre>
If you index this file and search "PerlfectTest" or "JavaScriptTest", they
will show up in the result.
Do any one know how to exclude the above javascript from been indexed?
Thanks a lot.
Ling Wang
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
|
|