will this work? I suspect the code you currently have will not work browsers other than ie the code below will work with all browsers.
--Page1
<form action="page2.asp" method="post">
Name
<input name="txtUser" type="text">
<input type="submit" name="Submit" value="Submit">
</form>
--Page2
response.cookies("UserInformation")("name")=reques t("txtUser")
Earl
www.jhdesigninc.com