Dear All,
I have a search form which processes and passes the results to an ASP page. Is there a way to get this form to do this and tell it to open in another frame?
Here is my code, currently the asp page opens in teh same frame:
<FORM ACTION="default.asp" METHOD=GET>
<table width="10" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="left">
<INPUT TYPE=TEXT NAME=QU size="29">
</td>
<td valign="top" align="left">
<div align="left">
<input type="submit" name="Action" class="BUTTON" value="Go">
</div>
</td>
</tr>
</table>
</form>
I have a search form which processes and passes the results to an ASP page. Is there a way to get this form to do this and tell it to open in another frame?
Here is my code, currently the asp page opens in teh same frame:
<FORM ACTION="default.asp" METHOD=GET>
<table width="10" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" align="left">
<INPUT TYPE=TEXT NAME=QU size="29">
</td>
<td valign="top" align="left">
<div align="left">
<input type="submit" name="Action" class="BUTTON" value="Go">
</div>
</td>
</tr>
</table>
</form>