Thread
:
Session variables lost when http goes to https. Add to link?
View Single Post
#
2
(
permalink
)
Jul 13th, 2005, 15:28
JohnMitch
Reputable Member
Join Date: Sep 2004
Posts: 144
Thanks: 0
Thanked 0 Times in 0 Posts
Just put ?ref=mylogo
THen use the Request.querystring to retrieve it. IF you want to write it, you can always do
Code:
Select all
Response.Write(Request.Querstring("ref"))
JohnMitch
View Public Profile
Find all posts by JohnMitch