| Form not submitting IE shows error message |
guod

msg:4260817 | 9:51 pm on Jan 31, 2011 (gmt 0) | For some reason on my page, my forms stopped submitting in all browser. I get this error message in IE Message: Object expected Line: 480 Char: 4 Code: 0 URI: https://makeupartistdirect.3dcartstores.com/register.asp?cg=0 Anyone know what the heck could be breaking this on my whole site? Thanks
|
Fotiman

msg:4260827 | 10:02 pm on Jan 31, 2011 (gmt 0) | Looking at the source for that page, the error is here (on line 480): if (objForm.email.value.trim() == "" || !validateEmail(objForm.email.value.trim()))
|
| and the specific problem is that validateEmail is not defined. So perhaps you removed some JavaScript?
|
guod

msg:4260843 | 10:41 pm on Jan 31, 2011 (gmt 0) | just found out somehow a js file was removed from my head. thanks for the heads up Fotiman
|
|
|