November 3, 200322 yr I am getting an xy thing at the end of my search string. I have a search graphic which I am sure is causing it, but how can I fix it? &-find=&-find.x=25&-find.y=15 <input type="hidden" name="-find" value=""> <input type="image" border="0" name="-find" src="images/search.gif" width="60" height="27" alt="Search" >
November 3, 200322 yr Try this: <input type="hidden" name="-find" value=""> <input type="image" border="0" src="images/search.gif" width="60" height="27" alt="Search"> That is, remove the "name" from the image tags. Good Luck. Garry
November 5, 200322 yr or if in a need for diffderent approach (4 rollover buttons, hotsposts etc.) <a href="javascript:document.FORM_NAME.submit();"><img name="LOGIN" src="/images/Submit.jpg" width="60" height="28" border="0"></a>
Create an account or sign in to comment