Forums
This topic is locked
Pass data to other page
22 Apr 2003 00:27:59 jacque jd posted:
I am trying to Have this script working but having hell of time, all it does it send me to page regardless.......Any one have any input
Thank you
Script
---------------------------
Pass data to other page. On that page insert something like:
<%
If Request("checkboxname"

Response.Redirect("Page1.asp"

Else
Response.Redirect("Page2.asp"

End If
%>
Insert Appropiate actions on pages Page1.asp & Page2.asp