You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Chua Eng Huang, Cecil" <AE...@ntu.edu.sg> on 2002/07/26 18:58:05 UTC

Website does not appear on Macintosh/IE

Hello,

I've got a bit of a problem with a website I maintain at http://readable.eci.gsu.edu:8080/examples/servlet/isbib

The query options to pull up the bibliographies 

(accessible for example if you go to by author say First Name Detmar, Last Name Straub, click on the one name that pops up and hit submit)

does NOT appear under the combination Macintosh OS/Internet Explorer.  It appears under any other combination of OS/browser.

I'm stumped.

Any ideas?

I am using Tomcat 3.3.1

Cecil Chua


RE: Website does not appear on Macintosh/IE

Posted by "Sexton, George" <gs...@mhsoftware.com>.
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


-----Original Message-----
From: Chua Eng Huang, Cecil [mailto:AEHChua@ntu.edu.sg]
Sent: 26 July, 2002 10:58 AM
To: Tomcat Users List
Subject: Website does not appear on Macintosh/IE


Hello,
I've got a bit of a problem with a website I maintain at
http://readable.eci.gsu.edu:8080/examples/servlet/isbib
The query options to pull up the bibliographies 
(accessible for example if you go to by author say First Name Detmar, Last
Name Straub, click on the one name that pops up and hit submit)
does NOT appear under the combination Macintosh OS/Internet Explorer.  It
appears under any other combination of OS/browser.
I'm stumped.
Any ideas?
I am using Tomcat 3.3.1
Cecil Chua