pages navigated to via javascript

Post Reply
pnam
Posts: 18
Joined: Fri May 18, 2001 1:20 pm

pages navigated to via javascript

Post 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
User avatar
Kai
Site Admin
Posts: 1272
Joined: Tue Apr 25, 2000 1:27 pm

pages navigated to via javascript

Post 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.
pnam
Posts: 18
Joined: Fri May 18, 2001 1:20 pm

pages navigated to via javascript

Post 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.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

pages navigated to via javascript

Post 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.
pnam
Posts: 18
Joined: Fri May 18, 2001 1:20 pm

pages navigated to via javascript

Post 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.
Post Reply