Forums

This topic is locked

Pass data to other page

Posted 22 Apr 2003 00:27:59
1
has voted
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" = True Then
Response.Redirect("Page1.asp"
Else
Response.Redirect("Page2.asp"
End If
%>

Insert Appropiate actions on pages Page1.asp & Page2.asp

Reply to this topic