Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search form

Status
Not open for further replies.

lengoo

IS-IT--Management
Jan 15, 2002
381
GH
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=&quot;default.asp&quot; METHOD=GET>
<table width=&quot;10&quot; border=&quot;0&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;>
<tr>
<td valign=&quot;top&quot; align=&quot;left&quot;>
<INPUT TYPE=TEXT NAME=QU size=&quot;29&quot;>
</td>
<td valign=&quot;top&quot; align=&quot;left&quot;>
<div align=&quot;left&quot;>
<input type=&quot;submit&quot; name=&quot;Action&quot; class=&quot;BUTTON&quot; value=&quot;Go&quot;>
</div>
</td>
</tr>
</table>
</form>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top