View Single Post
  #2 (permalink)  
Old Jul 13th, 2005, 15:28
JohnMitch JohnMitch is offline
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"))
Reply With Quote