Forums
This topic is locked
Redirect
Posted 20 Mar 2002 13:58:41
1
has voted
20 Mar 2002 13:58:41 Suat donangil posted:
I have a master detail page that updates the counter 1 everytime a click a banner randomly displayed from a database. I would like to know how can i redirect records when i click the banner to the related url? Thanx.Replies
Replied 21 Mar 2002 09:35:45
21 Mar 2002 09:35:45 Viktor Farcic replied:
If you're using ASP/VBScript....
<% Response.Redirect("NameOfThePage.asp" %>
Or
<% Response.Redirect(Recordset.Fields.Item("FieldName".Value) %>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have a master detail page that updates the counter 1 everytime a click a banner randomly displayed from a database. I would like to know how can i redirect records when i click the banner to the related url? Thanx.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager
<% Response.Redirect("NameOfThePage.asp" %>
Or
<% Response.Redirect(Recordset.Fields.Item("FieldName".Value) %>
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
I have a master detail page that updates the counter 1 everytime a click a banner randomly displayed from a database. I would like to know how can i redirect records when i click the banner to the related url? Thanx.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Viktor Farcic
TalkZone Manager