5 Replies Latest reply: Aug 29, 2012 5:33 AM by Miguel-F RSS

    Form submission in IE9

    Phinehas1234 Community Member

      Hi All,

       

      I test the coldfusion program in IE9. However, I find some problems.

       

      I use javascript to add new input box (type=hidden, name="attach") in the form. Before submit the form, I use document.getElementsByName("attach") to check its existence. It shows me there is one item with the name "attach".

       

      However, when I submit the form, it shows me error "cannot find form.attach".

       

      I find that IE8 can pass it correctly. But it fails in IE9.

       

      Can anyone help me to solve this problem?