Form submission in IE9
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?