<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>Sample page for displaying search results in IFRAME</TITLE> <META NAME="keywords" CONTENT="Wine, Wines, prices, wine prices"> <META NAME="description" CONTENT="Search wine prices | Wine-Searcher.com"> <link rel="stylesheet" type="text/css" href="/t.css"> <!--[if IE]> <style media="screen" type="text/css"> #ws-container { height:100%; } </style> <![endif]--> </HEAD> <BODY BGCOLOR="#FFFFFF" style="margin:0px 0px 0px 0px; overflow: hidden;" > <TABLE cellpadding="0" cellspacing="0" style="border: 0px none; width: 100%; height: 100%; background-color: #0066FF; "> <TR> <TD colspan="3" style="height: 50px;"> <DIV style="font-size: 1em; font-weight: bold; color: white; text-align: center; padding: 10px 0px 10px 0px;"> Sample web page illustrating using the Wine-Searcher search box<br>and displaying the results page in an IFRAME </DIV> </TD> </TR> <TR> <TD width="50px" style="height: 100px;">&nbsp;</TD> <TD style="background-color: #EFEFEF; padding: 5px 5px 5px 5px;" valign="top"> <DIV>Search for a wine</DIV> <!--- Begin Wine-Searcher Code --> <FORM METHOD="POST" ACTION="http://www.wine-searcher.com/wine-select.lml" target="WS-results"> <INPUT TYPE="HIDDEN" NAME="Xlocation" VALUE=""> <INPUT TYPE="HIDDEN" NAME="Xcurrencycode" VALUE="USD"> <TABLE CELLPADDING="1" CELLSPACING="1" BORDER="1" BGCOLOR="#DEDEF0"> <TR> <TD ALIGN="RIGHT">Wine Name:</TD> <TD ALIGN="LEFT"><INPUT TYPE="TEXT" SIZE="30" NAME="Xwinename" VALUE=""></TD> <TD ALIGN="CENTER" ROWSPAN="2"><INPUT TYPE="SUBMIT" VALUE="Search"></TD> </TR> <TR> <TD ALIGN="RIGHT">Vintage:</TD> <TD ALIGN="LEFT"><INPUT TYPE="TEXT" SIZE="4" NAME="Xvintage" VALUE=""></TD> </TR> </TABLE> </FORM> <!--- End Wine-Searcher Code --> <DIV style="color: #566c11; font-weight:bold">Wine-Searcher Search Results (IFRAME):</DIV> </TD> <TD width="50px">&nbsp;</TD> </TR> <TR> <TD width="50px">&nbsp;</TD> <TD style="background-color: #EFEFEF;" valign="top"> <IFRAME name="WS-results" id="WS-results" width="100%" height="100%" frameborder="0" marginwidth="0" marginheight="0" ></IFRAME> </TD> <TD width="50px">&nbsp;</TD> </TR> <TR> <TD colspan="3" style="height: 50px;"> &nbsp; </TD> </TR> </TABLE> </body> </HTML>