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?