That is the error reported for the Macintosh/IE combination. Does anyone know why?
(Even with faulty HTML, I'd think the browser would still get faulty HTML instead of
nothing).
Cecil Chua
-----Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Fri 7/26/2002 9:52 PM
To: Tomcat Users List
Cc:
Subject: RE: Website does not appear on Macintosh/IE
You might try looking at it in Mozilla. It looks totally wrong there. When you
type in an author first name and lastname, and hit submit you get a TOTALLY blank
page.
-----Original Message-----
From: Chua Eng Huang, Cecil [mailto:[EMAIL PROTECTED]]
Sent: 26 July, 2002 7:30 PM
To: Tomcat Users List
Subject: RE: Website does not appear on Macintosh/IE
Hmm... for some reason I am getting a different set of output. This is what I
get:
<TR>
<TD><Input Type="CheckBox" Name="FACNO0000" Value="46464"></TD>
<TD>Straub Jr.</TD>
<TD>Detmar W.</TD>
<TD><A
HRef="http://readable.eci.gsu.edu:8080/examples/servlet/isbib?Command=Display&FromMenu=FacRes&MenuOption=1&No=0&Last=Straub
Jr.&First=Detmar W.">Change data</A></TD>
</TR>
This part of the code is auto-generated. What concerns me is that you are
getting eight zeros after the FACNO variable rather than four. Also note that the
code is "cleaner". I haven't made any changed to the code for at least a week.
Cecil Chua
-----Original Message-----
From: Sexton, George [mailto:[EMAIL PROTECTED]]
Sent: Fri 7/26/2002 7:49 PM
To: Tomcat Users List
Cc:
Subject: RE: Website does not appear on Macintosh/IE
You might try cleaning up the HTML and re-testing it. I ran it through
the HTML validator at validator.w3.org and got this:
* Line 23, column 64:
<TD><Input Type="CheckBox" Name="FACNO00000000"
Value=""></Input></TD>
^
Error: end tag for element "INPUT" which is not open; try
removing the end tag or check for improper nesting of elements
* Line 24, column 35:
... IRST0000" Value="Detmar W."></Input></TD>
^
Error: end tag for element "INPUT" which is not open; try
removing the end tag or check for improper nesting of elements
* Line 25, column 35:
... AST0000" Value="Straub Jr."></Input></TD>
^
Error: end tag for element "INPUT" which is not open; try
removing the end tag or check for improper nesting of elements
* Line 191, column 31:
<Option Value="49" >Florida A&M</Option>
^
Error: unknown entity "M"
* Line 2111, column 3:
</P>
^
Error: end tag for element "P" which is not open; try removing
the end tag or check for improper nesting of elements