Aug 1, 2002 #1 joelwenzel Programmer Joined Jun 28, 2002 Messages 448 How do you create a form INPUT element of type hidden?
Aug 1, 2002 #2 BigPerm Programmer Joined Jul 24, 2002 Messages 7 Location US I'm not sure what you mean, how about creating the hidden field in HTML first and change the value using DOM? Upvote 0 Downvote
I'm not sure what you mean, how about creating the hidden field in HTML first and change the value using DOM?
Aug 1, 2002 Thread starter #3 joelwenzel Programmer Joined Jun 28, 2002 Messages 448 I found the answer. It is document.createElement("input=hidden" Upvote 0 Downvote