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
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