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 -----Original Message----- From: Chua Eng Huang, Cecil [mailto:[EMAIL PROTECTED]] 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 -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
