[Phplib-users] Problems with MSIExplorer
Brought to you by:
nhruby,
richardarcher
|
From: <jv...@co...> - 2001-11-08 18:28:00
|
Hi,
I=B4ve got a page self-identificated as (=93nobody=94).
<?
page_open(array( =93'sess'=94=3D> =93'Rev_sess'=94, =93'auth'=94=3D>=93'=
Rev_Default_auth'=94));
if ($login)
$auth->login_if(=93'yes'=94);
if ($auth->auth[=93uid=94] !=3D =93'nobody'=94)
{
........... code php private
}
else
{
............ code php public
}
page_close();
?> =20
This code works with all the clients that have access to the page, excep=
t=20
a few ones (The Internet Explorer users).
These ones are unable to see the form that ask the username and pasword.=
=20
(loginform.ihtml).
Other navigators programs don=B4t have this kind of troubles.
I would thank any suggestion that you can give me,
Victor
|