Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I have a bunch of form validation going on that if it all passes, then I want it to a URL that I have declared as a string.
Problem is it seems to work fine when I test it in NN 6.2, but when I try IE 5.5 it gives an error "Error: Object doesn't support this property or method"
/* Code that pulls the error */
document.form.action = strUrl
document.form.submit()
I've checked several references and this above seems to be valid syntax.
Any ideas?
Thanks
Jack
liquid_29@hotmail.com
I have a bunch of form validation going on that if it all passes, then I want it to a URL that I have declared as a string.
Problem is it seems to work fine when I test it in NN 6.2, but when I try IE 5.5 it gives an error "Error: Object doesn't support this property or method"
/* Code that pulls the error */
document.form.action = strUrl
document.form.submit()
I've checked several references and this above seems to be valid syntax.
Any ideas?
Thanks
Jack
liquid_29@hotmail.com