I would like to add this affiliate product search box on all my pages - but I want to hold the result in a frame. The top frame being my standard header. The bottom frame being the result from the search. This is the search code that I have on my pages and need to modify it to complete the search but load in a new page in a frame. <table align="center" bgcolor="#E2FFE4" style="border: 1px solid #990000" cellpadding="5" summary="equipment and supplies search"> <tr> <td> <font color="#AD3100"><b>Search Our Entire Product Range</b></font><br /><br /> <form action="http://www.qksrv.net/interactive" method="get"> <input type="text" name="mv_searchspec" size="25"> <input type="hidden" name="mv_doit" value="search"> <input type="hidden" name="mv_matchlimit" value="15"> <input type="hidden" name="mv_search_field" value="name,description,note,category,subcategory,sku,manufacturer"><br /> <input type="submit" value="Locate Best Price"> <input type="hidden" name="pid" value="948421"> <input type="hidden" name="url" value="http://www.affiliate.com/store/catalog/search.html"> <input type="hidden" name="aid" value="805721"> </form> How do I target this from a normal html page and when the search is clicked it loads a frame page where the top section is a html page which is just a header. The bottom is the affiliate site with the search function complete. Any html search forms to frame result experts out there?