Jump to content

This topic is 7758 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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" >

Posted

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

Posted

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>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.