|
-
Feb 20th, 2001, 10:02 AM
#1
Thread Starter
PowerPoster
When a user enters on the registration page I am setting cookies at the top of my html as follows:
<%Response.Cookies("ReclaimAmerica").Expires = Date+365
Response.Cookies("ReclaimAmerica").Secure = FALSE
Response.Cookies("ReclaimAmerica")("FirstName") = name1.value
Response.Cookies("ReclaimAmerica")("LastName") = name.value
Response.Cookies("ReclaimAmerica")("EmailAddress") = Session("NewUserEmail")
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'name1'
My name1 is the name I assigned to the textbox.
What is the error looking for? What is the object?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|