Laurie Harper
Fri, 29 Aug 2008 23:45:39 -0700
Dave Newton wrote:
xxxxx.NameOfForm.NameOfHiddenField.value = INPUTVALThe part that I called "xxxxx" is the part that I don't understand. Should it be the name of the JSP or what?Keep searching; this is DOM/JavaScript 101. Personally I'd use a JavaScript library, but it's not really necessary for a simple use-case like this.
I find myself with a few spare bones, so I'll throw one to Ylva ;-) Try document.forms.NameOfForm... of document.getElementById('NameOfForm')...
L. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]