• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

submitForm - no response in firefox

Guest
Feb 17, 2009 Feb 17, 2009

Copy link to clipboard

Copied

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.
TOPICS
Advanced techniques

Views

273

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 18, 2009 Feb 18, 2009

Copy link to clipboard

Copied

Could we see the form-submission code?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Feb 18, 2009 Feb 18, 2009

Copy link to clipboard

Copied

LATEST
make sure you have valid html/xhtml in your page.

for example, this:

<table ...>
<form ...>
...
</form>
</table>

will cause your problem.

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation