This is the HTML that is returned by PHP.  Does anyone know why Netscape
Would have problems viewing it?


<html>
<head>
<title>Control Maestro Menu System</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" href="menu.css" type="text/css">
</head>
<body bgcolor="#FFFFFF" text="#000000" MARGINWIDTH=0 LEFTMARGIN=0
MARGINHEIGHT=0 TOPMARGIN=0 background="../html/gray-background.gif"><table
width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
    <td valign="top">
      <table width="100%" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Web%20Mail"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Web%20Mail">Web
            Mail</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Account%20Managment"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Account%20Managment">Account
            Managment</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Support"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Support">Support</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Billing"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Billing">Billing</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Domain%20Managment"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Domain%20Managment">Domain
            Managment</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
        <tr>
          <td width="1%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Business%20Center"><img src="closed.gif" border="0">
            </a> </font></td>
          <td width="99%" height="15" valign="middle"><font class="text"> <a
href="menu.php?open=Business%20Center">Business
            Center</a></font></td>
        <tr>
          <td background="divide.gif"><img src="divide.gif"></td>
          <td background="divide.gif"><img src="divide.gif"></td>
        </tr>
      </table>
    </td>
    <td background="menu_edge.gif" width="8"><img
src="menu_edge.gif"></td></tr></table>
</body>
</html>

-----Original Message-----
From: DAve Goodrich [mailto:[EMAIL PROTECTED]]
Sent: Thursday, May 17, 2001 2:02 PM
To: Billy Harvey; [EMAIL PROTECTED]
Subject: Re: [PHP] Netscape 6, What a piece of s$#@ , anyone else
hadproblems with php and Netscape 6?


Do you have a URL I could try? I've used PHP to generate a lot of dynamic js
and css.

DAve

on 5/17/01 1:50 PM, Billy Harvey at [EMAIL PROTECTED] wrote:

>> 1. I am not making a JavaScript version at all I don't see where I ever
say
>> this. ???
>>
>> 2. If I copy the html outputted to the browser and past it into an html
file
>> it loads good.  When I say I suspect this to be something wrong with PHP
I
>> mean that Netscape doesn't play good with PHP.(Not that PHP has a bug in
it)
>>
>> Thanks,
>> Brandon
>
> Brandon,
>
> Neither Netscape nor any other browser has any clue that PHP is being
> used on the server.  All broswers simply interpret the html,
> javascript, java, etc.that gets sent to them.  PHP is not a factor in
> whatever is causing a browser to misbehave.  For Netscape it's often
> an improperly formed table that causes trouble.  I occassionally find
> that people also use IE-centric code without realizing it (or perhaps
> without caring initially).
>
> Billy

--
Dave Goodrich
Director of Interface Development
Reality Based Learning Company
9521 NE Willows Road, Suite 100
Redmond, WA 98052
Toll Free 1-877-869-6603 ext. 237
Fax (425) 558-5655
[EMAIL PROTECTED]
http://www.rblc.com



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to