I get the users IP using the following..
What would i need to do to pass this to another page as a form variable?Code:sip = Request.Servervariables("REMOTE_HOST")
Also I have a session variable set using the following..
Again what would i use to pass to another page as a form item?Code:Session("DiscountAmount") = rs("discountamount")
I am passing them to a form as it has to go off to a cgi script run on my payment provider
Sorry for the numpty question. Thanks in advance..




Bookmarks