Search form in menu/netscape issue

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
ziggy
Beginner
Beginner
Posts: 1
Joined: Thu Jan 09, 2003 1:19 am

Search form in menu/netscape issue

Post by ziggy »

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'>&nbsp;<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?
Post Reply