On Friday, November 8, 2002, at 12:57 PM, Adam Powell wrote:
In an interesting new twist, I re-indexed the site, and suddenly have only
the start url in the db. I hadn't changed anything on the backend--only the
html side-- since the last htdig, so I'm puzzled. It's indexing correctly,
but making it through the first page and not following any links.
...
Tag: </HEAD>, matched -1I suspect that your JavaScript is confusing the parser. If you don't enclose your script code in HTML comment tags, some characters in the code, such as '<', tend to throw the parser into an incorrect state. The result is that later elements are often not interpreted correctly (i.e. link elements are not recognized as such). Enclosing JavaScript code in HTML comment tags is standard advice in many JavaScript references.
Tag: <BASE TARGET="_parent">, matched 23
Tag: <BODY BGCOLOR="#FFFFFF" MARGINWIDTH=0 MARGINHEIGHT=0 LEFTMARGIN=0
TOPMARGIN=0>, matched -1
Tag: <script language="JavaScript" type="text/javascript"
src="http://66.216.104.232:80/servlet/ajrotator/79/0/ viewJScript?pool=52&typ
e=2137">, matched 29
Tag: </script>, matched 30
Tag: </BODY>, matched -1
Tag: </HTML>, matched -1
Jim
-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe
FAQ: http://htdig.sourceforge.net/FAQ.html

