PDA

View Full Version : javascript


martin
12-05-2003, 02:14 AM
Why cant I spyder this site with phpdig?
http://www.soendagsskoler.dk

Is it because of the javascript menu on the top of the page or the query string index?id=1

What can I do to get phpdig to spyder the site?

Martin

Charter
12-05-2003, 08:05 AM
Hi. It looks like the menu is in script tags:

<script type="text/javascript" language="javascript1.2" src="javascript/menu.js"></script>

Such tags are removed during index. One option would be to make a list of full URLs, one per line, in a text file and use shell to crawl.

rafarspd
12-05-2003, 08:54 AM
Hi

Basically you have to add links elsewhere on the pages, having links only in a DHTML menu will not work for the reason stated above.

For a full explenation go to the Milonic DHTML site HERE (http://www.milonic.com/casestudy.php).

ttfn