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
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