Here is a little HTML code for you to get your seach from your Yahoo! store to search on any html page. It will search for the products and content on you store!
Just be sure to change your store ID in the code below to get it to work!
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<!--Begin Search-->
<form name="vw-form" method="post" action="http://search.store.yahoo.net/cgi-bin/nsearch?unique=7e16d&amp;catalog=yhst-xxxxxxxxxxxxxx"><input name="vwcatalog" value="yhst-xxxxxxxxxxxxxx" type="hidden">
<input name="et" value="49b9680d" type="hidden">
<input name="vwentropy" value="" type="hidden">
<input type="text" value="Enter keyword or item #" name="query" id="s" onclick="if(this.value=='Enter keyword or item #') { this.value=''; }" onblur="if(this.value=='') { this.value='Enter keyword or item #'; }" />
<input name="searchsubmit" type="submit" />
<input name="vwcatalog" value="yhst-xxxxxxxxxxxxxx" type="hidden">
</form>
<!--End Search --> |
...
View all articles by Adam