% Option Explicit %> <% Dim strFname, strLname, strEmail, strCompany, strTitle, strAdServer strFname = Request.Cookies("Cdata")("first_name") strLname = Request.Cookies("Cdata")("last_name") strEmail = Request.Cookies("Cdata")("email") strCompany = Request.Cookies("Cdata")("company") strTitle = Request.Cookies("Cdata")("title") strAdServer = Request.Cookies("Cdata")("adserver") %>
|
|||||
|
|
|||||
|
|
|||||
|
|