Back To Start Of Archive
Taken From The Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:36
Search form in menu/netscape issue
Poster: ziggy
Dated: Thursday January 9 2003 - 0:26:50 GMT
When using the following menu code:
,"<form name='search' action='/search/index.asp' method='post'><input type='text' name='search' size='8' maxlength='64' value='search'> <a href='javascript:SubmitForm()'><img src='/_images/search.gif' width='18' height='18' alt='go' border='0'></a></form>","# type=header;",,"search site",1
I can create a search form that works fine in IE 5+, but when using Netscape 4.7, the search form does not process, and instead of redirecting to /search/index.asp, the following text gets appended to the end of the website in the location bar:
/# type=header;
Any ideas on how to fix this?