08-27-04 11:16 PM
"Evertjan." <exjxw.hannivoort@interxnl.net> wrote in message
news:Xns955174E2DD065eejj99@194.109.133.29...
> Keith wrote on 26 aug 2004 in microsoft.public.inetserver.asp.general:
>
> [Please do not toppost, even answering your own posts]
>
> <%
> mySite = "http://www.mySite.com"
> session("myUrl") = mySite & "/myfolder/mypage.asp"
> %>
>
> or more general [but why would you?]
>
> <%
> mySite = "http://www.mySite.com"
> session("myUrl") = mySite & Request.servervariables("URL")
> %>
>
> ASP does not know about frames !
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress,
> but let us keep the discussions in the newsgroup)
The second method is great (using request.servervariables("url").
However, is there a way of also capturing any parameters that were passed to
the page when it was opened?
[ Post a follow-up to this message ]
|