Page 1 of 1

pages navigated to via javascript

Posted: Tue May 29, 2001 3:10 pm
by pnam
Hello,

When I spider with gw or dowalk, is it intelligent enough to follow pages that are navigated to via javascript. For example, one of the pages has a select option list and it calls a js function that does a form submit whenever an option is selected. Will the spider catch these pages?

thanks

pages navigated to via javascript

Posted: Tue May 29, 2001 3:17 pm
by Kai
No; nor will anyone with a browser with Javascript disabled. All links must be in static HTML for Webinator to find them, perhaps in a <NOSCRIPT> block for non-script browsers too.

pages navigated to via javascript

Posted: Wed May 30, 2001 1:44 pm
by pnam
would it work if i had some lines as follows:

<!--
<a href="/mylink1.html"></a>
<a href="/mylink2.html"></a>
<a href="/mylink3.html"></a>
-->

where /myLink_.html is a page that would have been fetched by a drop-down list via javascript.

or maybe even uncommented, since nothing would be displayed. I guess the only issues with this is that we would have to maintain those links.

pages navigated to via javascript

Posted: Wed May 30, 2001 2:23 pm
by mark
Commented sections don't exist as far as text and url extraction are concerned. The empty text will work though.

Are you really that adverse to allowing users without javascript to use your site? When I work from a modem I have all of that stuff, java, javascript, flash, etc. turned off.

pages navigated to via javascript

Posted: Thu May 31, 2001 10:36 am
by pnam
I hear ya. but I'm just a small (contracted) cog in a big machine. Thanks for your help. i really appreciate it. I think we'll go with the empty text links.