Sponsors

Thursday, July 24, 2008

Search Box On Htm Page

This form can be set up on a custom HTML page off-site of the e-commerce page. Here is the code that I used:

<form name="search" method="GET" action="http://happyisthebride.com/search.aspx">
<input type="text" name="find" size="22">
<input type="image" img src="http://happyisthebride.com/themes/migration-2/images/buttons/mod_btn_go.gif" name="btnSearch">
</form>