html - Using an image to submit a search form -
i have done lot of times have problem, i'm trying google form, google name have slashes not working on browsers, there different way this?
any clue :d
code:
<form action="http://www.webpage.com/search.php" id="cse-search-box" name="cse-search-box"> <div> <input type="hidden" name="cx" value="partner-pub-number" /> <input type="hidden" name="cof" value="forid:number" /> <input type="hidden" name="ie" value="iso-8859-1" /> <input type="text" name="q" size="31" class="form-search" /> <a name="sa" id="sa" href="javascript:document.cse-search-box.submit();"><img src="images/arrow.jpg" class="img-search"/></a> </div> </form>
<input type="image" src="path/image.png" />
Comments
Post a Comment