[UPHPU] submitting a form with javascript, dynamic form name
Wade Preston Shearer
wadeshearer.lists at me.com
Wed Jul 8 18:59:57 MDT 2009
On 8 Jul 2009, at 18:56, Wade Preston Shearer wrote:
> I am submitting a form with javascript like this…
>
> document.formname.submit();
>
>
> I need the name of the form to be a variable though. Is that
> possible? Meaning, that "formname" should be a variable instead of
> the actual name of the form.
And of course, I find the answer right after reaching out for help.
eval('document.' + name + '.submit()');
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 2431 bytes
Desc: not available
Url : http://uphpu.org/pipermail/uphpu/attachments/20090708/78480901/smime.bin
More information about the UPHPU
mailing list