Forums

This topic is locked

send a variable when redirect to any page

Posted 23 years ago
1
has voted
23 years ago 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 23 years ago
23 years ago 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>

Reply to this topic