Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Firefox form submit and form display issues

Status
Not open for further replies.

rams0619

Programmer
Aug 1, 2005
5
US
hi all,

I use Firefox 1.0.6 and am having issues while submitting a form. I get this error :
GX Error (GX2GX)
socket result code missing!!!

But the same code works fine in IE. Following is the code i am using to submit the form contents...pls let me know what could be causing this issue....

<table width="450" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="545" align="right"><a href=`javascript:fillFields(feedForm)`><img src="/centralContactUs/imagery/redArrow.gif" name="send" alt="Button Send" width="30" height="16" border="0"></a></td>
<td><img src="/globalassets/v3/images/spacer.gif" alt=" " longdesc="spacer.txt" width="5" height="1" border="0"></td>
</tr>
</table>


----------------------------------------------
Also when the form is displayed we are using frames to display error messages in the form, this seems to be affecting the display of the form..where ever the following javascript is present a small arrow is shown and the part of the page near it does not get displayed... Is firefox prone to cause problems with frames? If so what could be the best alternative for this?

document.write("<iframe name=\"trackingHTML\" width=\"0\" height=\"0\" visible=\"false\" src=\"/en/contactUs/formHasErrors.html\"></iframe>\n");


thanks,
rams
 
You should probably ask this in the JavaScript forum (forum216). Be prepared to answer (or pre-empt) questions like:

- Where is "feedForm" defined?

- What does the function "fillFields" do?

- Can you post your JavaScript code?

- Where is yor form element?

Dan


[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top