|
Hi guys
I would like to create a search form outwith my website sort of like a search widget which I can paste the html on another site and the search will take you to the directory with the search results displayed.
I have used a form like this
<form action="http://www.website.com/" method="post">
<label for="keyword">Search</label></p><p>
<input name="keyword" type="text" size="12" title="Search" class="inputbox" id="keyword" />
<input class="button" type="submit" name="Search" value="Search" /></p>
<p></form>This works in Firefox but not in IE
Any ideas would be great
Regards
|