Forum Moderators: open

Message Too Old, No Replies

Jump Menu Forms

         

Dave548

6:20 pm on Sep 17, 2001 (gmt 0)



Hi, I am new to the group, wanted to say what a great website. Heres my question. Will most of the search engines spiders pickup read and follow forms, specificly jump menu forms?
Thanks
Dave

grnidone

6:50 pm on Sep 17, 2001 (gmt 0)



Welcome to the forums, Dave!

If you mean javascript forms, the answer is usually no. However, I have heard there are a few cgi bin forms that a search engine is able to crawl, although, I have not personally used them.

The best bet is to put plain text links somewhere on the page...or, submit the site map page to the engine. That way, you know that the spider can get to all of your pages.

Dave548

7:11 pm on Sep 17, 2001 (gmt 0)



Forgive me for being so new, I believe this is html correct? This is the jump form I was speaking about. Of course I took out the remaining url prior to the post, because were not allowed to to post an adult url correct?

<form name="form2">
<select name="menu1" onChange="MM_jumpMenu('parent',this,0)">
<option value="http://www." selected>
NURSES</option>
<option value="http://www.">JOIN</option>
<option value="http://www.">MEMBERS</option>
<option value="http://www.">TOUR</option>
<option value="http://www.">LINKS</option>
<option value="http://www.">WEBMASTERS</option>
</select>
</form>

andrey_sea

9:41 pm on Sep 20, 2001 (gmt 0)

10+ Year Member



I don't think SE will pick up on your links in value="..." but that is just my personal opinion, don't have any proof.

Key_Master

8:00 pm on Sep 22, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hello Dave548,

Some spiders (e.g. Googlebot) will follow and index those links in <option value=""> tags.