On Fri, Feb 09, 2001 at 10:09:02AM -0700, Erik Boles wrote:

> We are running a webform, that asks for user ID and pass, then passes it on
> to a .php3 file that shows them a page to continue (not a security thing,
> just a tracking thing).
> 
> This .php3 file, called login.php3 works just fine in IE but when viewed in
> netscape it simply shows a white screen.  We did a "view source" and all of
> the php file is there, and it doesn't show any errors (HTML errors blink in
> the 'view source' with Netscape).
> 
> Any ideas why the code below is not working right in Netscape??

I don't see any closing table tags.  IE allows people to get away with
a vast number of errors in their HTML, which is why you can see it in
IE.  As per the HTML spec, closing table tags are required.

Good web design rule of thumb: Always check against Netscape.  If it
renders in Netscape, odds are it'll render in IE.  The reverse is not
true.

Matt

-- 
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