Gossamer Forum
Home : Products : Links 2.0 : Customization :

Search Gif button

Quote Reply
Search Gif button
as I can have a gif inserted on the button it sends some search

thanks

<form action="http://lnx.nauticalink.it/...bin/links/search.cgi" method="GET">
<div class="margin">
<table border="1" cellpadding="0" cellspacing="0" width="373" bgcolor="#6666FF" bordercolor="#FFFFFF" bordercolorlight="#6699FF">
<tr bgcolor="#FFFFFF">
<td height="61">
<input type="TEXT" name="query" size="15">
(change) <input type="Submit" value="Ricerca nella Directory" name="Submit">
</p>
</td>
</tr>
</table>
</div>
</form>
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it

Last edited by:

blecchi: Mar 24, 2004, 11:33 AM
Quote Reply
Re: [blecchi] Search Gif button In reply to
(change) <input type="image" src="/images/submitbutton.gif" value="Ricerca nella Directory" name="Submit">

I think... Smile


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Search Gif button In reply to
How come when I do a search not me from any result.It tries with the word key vela

thanks


<form action="http://lnx.nauticalink.it/...bin/links/search.cgi" method="GET">
<div class="margin">
<input type="TEXT" name="query3" size="15">
<input type="image" src="http://www.nauticalink.it/giftrovar.gif" value=" name="Submit2">
</div>
</form>
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] Search Gif button In reply to
You're missing something, see the red below

<form action="http://lnx.nauticalink.it/cgi-bin/links/search.cgi" method="GET">
<div class="margin">
<input type="TEXT" name="query3" size="15">
<input type="image" src="http://www.nauticalink.it/giftrovar.gif" value="Ricerca nella Directory" name="Submit2">
</div>
</form>


Leonard
aka PerlFlunkie
Quote Reply
Re: [PerlFlunkie] Search Gif button In reply to
the error and always equal
- - - - - - - - - -- - - - - -
DirectoryNautica-Italia
http://www.nauticalink.it
Quote Reply
Re: [blecchi] Search Gif button In reply to
This code from your site works:

<input type="TEXT" name="query" size="30">
<input type="Submit" value="Ricerca" name="Submit">

Try this to get an image for the submit button:

<input type="TEXT" name="query" size="30">
<input type="image" src="http://www.nauticalink.it/giftrovar.gif" name="Submit">


Leonard
aka PerlFlunkie