I am getting errors in IE when making simple ajax calls. The calls work in other pages, but not in this page.
The IE Script Debugger picked this out as causing the issue:
return new A.XMLHttpRequest
The error is Object doesn't support this property or method on line 123 character 183
The wierd thing is that if I refresh the page, it works fine with no error. When I submit the form, it gets the error again.
This works fine in Firefox all the time. Any ideas?
The IE Script Debugger picked this out as causing the issue:
return new A.XMLHttpRequest
The error is Object doesn't support this property or method on line 123 character 183
The wierd thing is that if I refresh the page, it works fine with no error. When I submit the form, it gets the error again.
This works fine in Firefox all the time. Any ideas?