Form does not work in firefox, but works in IE

S

sipuebla

In our web site we have a form that can not be filled using firefox,
but can be filled using IE.

The form is at: http://www.sipuebla.com/brochure.htm

The html is as follows:
<BODY BGCOLOR=#5684B6 link="#5684B6" vlink="#5684B6" alink="#5684B6"
LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0
onLoad="MM_preloadImages('brochure/view_2.gif','brochure/download_2.gif')">
<!-- ImageReady Slices (brochuremain.psd) -->
<div align="center">
<TABLE WIDTH=800 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD>
<IMG SRC="Images/brochuremain_01.gif" WIDTH=800 HEIGHT=90
ALT=""></TD>

</TR>

<TR>
<TD background="Images/brochuremain_03.gif"><p align="center"><font
color="#5684B6" size="3" face="Tahoma"><strong>Enter your personal
information to receive a free brochure.</strong></font></p>
<FORM METHOD=POST
ACTION="http://www.sipuebla.com/cgi-sipuebla/FormMail.pl">
<input type="hidden" name="recipient"
value="(e-mail address removed)">
<input type="hidden" name="subject" value="Brochure order Form">
<Input type="hidden" name="return_link_url"
value="http://www.sipuebla.com">
<A NAME="64"></A>
<TABLE BORDER=0>
<TR><TD WIDTH=8%> Name: </TD><TD><INPUT NAME="Name" TYPE="TEXT"
VALUE="" Size=30><BR></TD></TR>
<TR><TD WIDTH=8%> Address: </TD><TD><INPUT NAME="Address" TYPE="TEXT"
VALUE="" Size=30><BR></TD></TR>

<TR><TD WIDTH=8%> Address: </TD><TD><INPUT NAME="Address" TYPE="TEXT"
VALUE="" Size=30><BR></TD></TR>
<TR><TD WIDTH=8%> City: </TD><TD><INPUT NAME="City" TYPE="TEXT"
VALUE="" Size=20><BR></TD></TR>
<TR><TD WIDTH=8%> State: </TD><TD><INPUT NAME="State" TYPE="TEXT"
VALUE="" Size=20><BR></TD></TR>
<TR><TD WIDTH=8%> Zip_Code: </TD><TD><INPUT NAME="Zip" TYPE="TEXT"
VALUE="" Size=7><BR></TD></TR>
<TR><TD WIDTH=8%> Country: </TD><TD><INPUT NAME="Country" TYPE="TEXT"
VALUE="" Size=20><BR></TD></TR>
<TR><TD WIDTH=8%> Phone: </TD><TD><INPUT NAME="Phone" TYPE="TEXT"
VALUE="" Size=20><BR></TD></TR>

<TR><TD WIDTH=8%> E-mail: </TD><TD><INPUT NAME="E-mail" TYPE="TEXT"
VALUE="" Size=25><BR></TD></TR>
<TR><TD COLSPAN=2></TD></TR>

<TR><TD COLSPAN=2>Please use this space for any comments:<BR></TD></TR>
<TR><TD></TD><TD><TEXTAREA WRAP=OFF NAME="Comments" ROWS=5 COLS=45>
</TEXTAREA><BR>
</TD></TR>
<TR><TD COLSPAN=2>How did you find out about the Spanish Institute of
Puebla?
(please specify if possible)<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Formerst"
unchecked value="ON">
Former student
<input
type="text" size="40" name="Formerna" value="student
name">

<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Employer" unchecked
value="ON">
Employer
<input type="text"
size="45" name="EmpName_" value="company name">
<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Ad______"
unchecked value="ON">
Ad in newspaper/magazine
<input
type="text" size="30" name="Adname__" value="name of
magazine">
<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Universi"
unchecked value="ON">
My University/college
<input
type="text" size="34" name="UniName_" value="name of
university">

<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Search__"
unchecked value="ON">
I used a Web search service
<input
type="text" size="27" name="WebSearc" value="search
engine">
<br></TD></TR>
<TD></TD><TD><input type="checkbox" name="Other___"
unchecked value="ON">
Other source:
<input
type="text" size="41" name="Othernam">
</font> <br><P>

</TD></TR>


<TD COLSPAN=2><INPUT TYPE="SUBMIT" VALUE="Submit">&nbsp;<INPUT
TYPE="RESET" VALUE="Clear form"></TR><BR>
<hr WIDTH="100%">
</FORM>

</TABLE>
<!-- End ImageReady Slices -->
<P ALIGN=LEFT><FONT FACE="TIMES NEW ROMAN"><FONT SIZE=3><B>You should
receive our brochure within 10 days.</B></FONT></FONT></P>
<p align="center">&nbsp;</p></TD>
<TR>

<TD>
<IMG SRC="Images/brochuremain_04.gif" WIDTH=800 HEIGHT=22
ALT=""></TD>
</TR>
</TABLE>
<!-- End ImageReady Slices -->
<P ALIGN=center><b><font size="2" face="Tahoma"><a href="index.htm"
target="_top"><img src="index2/home.gif" width="80" height="80"
border="0"></a></font></b></P>
<P ALIGN=center><font color="#5684B6"><strong><font color="#FFFFFF"
size="1" face="Tahoma">Copyright &copy; 1984-2004 Spanish Institute<br>

All Rights Reserved.</font></strong></font></P>
<P ALIGN=center><font size="1" face="Tahoma"><a href="brochure.htm"
target="_top">learn spanish | learn to speak spanish | learning spanish
| spanish classes | spanish courses | spanish culture | spanish
education | spanish immersion programs | spanish language schools |
spanish language schools in mexico | spanish lessons | spanish sites |
spanish tutorial | spanish vocabulary | speak spanish | study spanish |
teaching spanish | Learn To Speak Spanish, Spanish Classes, Teaching
Spanish</a></font><br></P>
</div>
</BODY>
 
L

Lee

(e-mail address removed) said:
In our web site we have a form that can not be filled using firefox,
but can be filled using IE.

It looks like your menu along the left side is overlaying the form.
Fix the page layout.
 
T

Thomas 'PointedEars' Lahn

Gérard Talbot said:
(e-mail address removed) a écrit :

Please do not post code. Just post a link to the page.

Please do not follow that suggestion. Not everybody that has access to
Usenet has access to the Web at the same time, and posting the link to
a whole lot of (probably uncommented) code is not really going to help
to solve the issue.

If you post to this group, please post only snippets of the code you deem
relevant to your problem (i.e. not the entire code of a HTML document),
and, if possible, post the URL of a reduced test case in case you deem the
problem to be too complex to post it in all length here (if you don't do
the latter, you'll be probably asked for it if first suggestions to the
posted code do not help).

This not only helps the readers of the group to understand your problem
better, reducing the code to the problem often helps you to recognize by
yourself the coding errors you made. See also the newsgroup's FAQ at
<http://jibbering.com/faq/>.


PointedEars
 
D

Dr John Stockton

JRS: In article <[email protected]>, dated Sun, 16 Oct
2005 19:27:53, seen in Thomas 'PointedEars'
Lahn said:
Gérard Talbot wrote:

Please do not follow that suggestion. Not everybody that has access to
Usenet has access to the Web at the same time, and posting the link to
a whole lot of (probably uncommented) code is not really going to help
to solve the issue.

If you post to this group, please post only snippets of the code you deem
relevant to your problem (i.e. not the entire code of a HTML document),
and, if possible, post the URL of a reduced test case in case you deem the
problem to be too complex to post it in all length here (if you don't do
the latter, you'll be probably asked for it if first suggestions to the
posted code do not help).

WRONG. A well-reduced executable test case should be posted here, /in
toto/; not just snippets. The presence of <html><head>..</head><body>..
This not only helps the readers of the group to understand your problem
better, reducing the code to the problem often helps you to recognize by
yourself the coding errors you made. See also the newsgroup's FAQ at
<http://jibbering.com/faq/>.

Since you notoriously disregard the convenience of other users by
persistently posting responses to ancient articles without even the
courtesy of indicating the date in the attribution, it hardly behoves
you to prate on other matters relating to the convenience of others,
even when you happen to be partly right.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,767
Messages
2,569,570
Members
45,045
Latest member
DRCM

Latest Threads

Top