<%@ LANGUAGE="JScript" %> <% Response.Cookies("first") = Request.Form("first"); Response.Cookies("first").Expires = "Dec 31, 2002"; Response.Cookies("last") = Request.Form("last"); Response.Cookies("last").Expires = "Dec 31, 2002"; Response.Cookies("state") = Request.Form("state"); %> Click here to go to a page which will read and display these cookie values