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

Mainly because your closing 'table' tag is missing its slash.
The duplicated 'head' and 'body' tags probably aren't helping
either.

        -robin

-- 
Robin Vickery.................................................
BlueCarrots, 14th Floor, 20 Eastbourne Terrace, London, W2 6LE

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