close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Setting Cookie not finding Form Name

Thread began 6/25/2010 9:32 am by billjones325536 | Last modified 6/25/2010 2:30 pm by Jason Byrnes | 2064 views | 5 replies |

billjones325536

Setting Cookie not finding Form Name

Cookies are not saving properly for a form page that I am working on.

When I try to set the submit button to store a cookie "CustomerName" from the field "CustomerName" the form/fields show up with (undefined) as the form name. It is the same with all of the fields in your dialog box.

This is the code that is inserted.

<input name="Upload" type="submit" id="Upload" onclick="WA_setCookie(WA_CookieObj,'CustomerName',document.undefined.CustomerName.value,true,0,30)" value="Upload" />

Sign in to reply to this post

Jimmy Wu

If you could zip up and attach your page with the form as well as give me the steps that you took, I'd like to reproduce the error you're reporting so I can debug it.

Sign in to reply to this post

billjones325536

Here is the zip file

The code in question is on the Body tag and the Form Submit button.

I also have attached a screen shot of the popup in the dialog box.

Attached Files
upload.php.zip
Sign in to reply to this post

Jason ByrnesWebAssist

the error is occurring because your form tag does not have a name attribute.

change:
<form action="" method="post" enctype="multipart/form-data" id="form1">


to ;
<form action="" method="post" enctype="multipart/form-data" name="form1" id="form1">

Sign in to reply to this post

billjones325536

Thanks Cookies are working now.

Thanks again

Sign in to reply to this post

Jason ByrnesWebAssist

glad to hear it is working.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...