[thelist] IE & JS

Paul Bennett Paul.Bennett at wcc.govt.nz
Thu Oct 6 17:38:53 CDT 2005


Ok, no bites yet, so I'll venture a guess: (JS wizards will likely eat me alive, but here goes)

IE seems to barf on this line (268)
"document.submit.recipient = emailstr;" 

Ideas:
(1) assign an id to the 'recipient' hidden field and use document.getElementById(idname) to get and set the recipient value

(2) Perhaps 'submit' may not be the best name for your form - try changing the form name and see if this gets things working in IE.

My 2c,

Paul


More information about the thelist mailing list