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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

submit form to new window

Status
Not open for further replies.

derwent

Programmer
Joined
May 5, 2004
Messages
428
Location
GB
I have a simple form that needs to excecute in a new window so that I can still call the form elements in this new page.

i.e.

<form action='getdirections.asp' method='post'>
<input type='hidden' name='to' value='<%=rs("directions")%>'>
<input type='text' name='from'>
<input type='submit' value='get directions'>
</form>

getdirections.asp opens in a new window and runs the scripts calling the 'to' and 'from' fields.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top