Question
submitForm - no response in firefox
I'm using Ajax.submitForm to submit a form to a page that
does processing and returns a value. Works well in IE, but I'm
getting a blank string in FireFox. I even tried dummy output in the
processing page:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Untitled</title></head>
<body>This is a f****** string right?</body></html>
But alas, my response is empty. I don't get it...again, this works just fine in IE.
Thanks in advance.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><title>Untitled</title></head>
<body>This is a f****** string right?</body></html>
But alas, my response is empty. I don't get it...again, this works just fine in IE.
Thanks in advance.
