Forums
This topic is locked
send a variable when redirect to any page
Posted 15 Sep 2001 23:48:38
1
has voted
15 Sep 2001 23:48:38 anouar stevens posted:
i have a condition if it's a true they must redirect to another page and send some variable to identify some recordset
it's possible to do it??
Replies
Replied 16 Sep 2001 19:46:12
16 Sep 2001 19:46:12 Viktor Farcic replied:
<%
If (PutConditionHere) Then
Response.Redirect("InsertSomeLinkWithVariables"
End If
%>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
i have a condition if it's a true they must redirect to another page and send some variable to identify some recordset
it's possible to do it??
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
If (PutConditionHere) Then
Response.Redirect("InsertSomeLinkWithVariables"
End If
%>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
i have a condition if it's a true they must redirect to another page and send some variable to identify some recordset
it's possible to do it??
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>