<%
if UCase(Request.QueryString("myType")) = "GET" then
Session("eCardQS_TYPE") = Request.QueryString("myType") & ""
Session("eCardQS_ID") = Request.QueryString("id") & ""
else
Session("eCardQS_TYPE") = ""
Session("eCardQS_ID") = ""
end if
%>
© 2003 3 Muses, LLC. All rights reserved.
Privacy Policy |
Terms of Use