Okay so I have a form. I use the post method and it only sends two of the fields. I know the problem. It's becasue some of the fields are disabled. My quesiton is: Is there a way to enable all of the fields before actually sending the form and then changing them right back so that the user cannot change any of the information? I am sure there is a way. I figure it'll look something like this.
and in the head will haveCode:<input type="button" name=Submit Value="Submit" onClick="Sned();">
Any help on this subject will be greatly appreciated.Code:function send() { document.form.fields.element = enable; Submit(); document.form.fields.element = disable; }


Reply With Quote

Bookmarks