Re: [PHP] shows up in IE but not Netscape

2001-02-10 Thread Erik Boles
February 09, 2001 10:24 AM Subject: RE: [PHP] shows up in IE but not Netscape > Try closing your table here... or putting the new table in a . Netscape > is very picky with tables. > > > >

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread John McCreesh
In article , Philip Olson <[EMAIL PROTECTED]> writes >Whenever this problem exists, run your site through here : > >http://validator.w3.org/ > >Actually, always run sites through there, it's useful (sometimes a bit >picky.) For things like

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread John Vanderbeck
> 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 I find dealing with Netscape browsers a pain. So many people complain that IE doesn't follow the standards, but I find it the other way

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Philip Olson
Also : Whenever this problem exists, run your site through here : http://validator.w3.org/ Actually, always run sites through there, it's useful (sometimes a bit picky.) For things like missing table tags, it's very helpful. Regards, Philip -- PHP General Mailing List (http://www.php

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt Williams
> > > > > No > >Welcome back to the ColoradoPTAC website, $row['company']; ?>. > Please click target="_top">here to > complete the login process and begin using the site. >

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Robin Vickery
> "EB" == "Erik Boles" <[EMAIL PROTECTED]> writes: > 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 I

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Jesse Swensen
-To: "Erik Boles" <[EMAIL PROTECTED]> > Date: Fri, 9 Feb 2001 10:09:02 -0700 > To: "PHP3 List" <[EMAIL PROTECTED]> > Subject: [PHP] shows up in IE but not Netscape > > We are running a webform, that asks for user ID and pass, then passes it on > to a .p

RE: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Angerer, Chad
. >>>> >>>> Your account has temporarily been disabled by the system administrator. If you -Original Message- From: Erik Boles [mailto:[EMAIL PROTECTED]] Sent: Friday, February 09, 2001 11:09 AM To: PHP3 List Subject: [PHP] shows up in IE b

Re: [PHP] shows up in IE but not Netscape

2001-02-09 Thread Matt McClanahan
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 i

[PHP] shows up in IE but not Netscape

2001-02-09 Thread Erik Boles
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 di