rivet Posted November 3, 2003 Posted November 3, 2003 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" >
Garry Claridge Posted November 3, 2003 Posted November 3, 2003 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
Leb i Sol Posted November 5, 2003 Posted November 5, 2003 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>
Recommended Posts
This topic is 7758 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now