Megan Garrison
|
| Posted: 08/18/2001, 1:48 PM |
|
This is a multi-part message in MIME format.
------=_NextPart_000_0018_01C127ED.00985440
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi~ I am using the codecharge newest beta (not sure that makes a =
difference, but metinioning it just in case it does) - anyway, logout =
works great in IE, but in netscape instead of going back to the login =
page I get a white page that says:
Object Moved
This object may be found here. =20
& "here" is a link that takes you back to the login page. I have tried =
using a difereint page action but always get the same result - what =
should I do to fix this??? Thanks, Megan
------=_NextPart_000_0018_01C127ED.00985440
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3211.1700" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi~ I am using the codecharge newest beta (not sure =
that makes=20
a difference, but metinioning it just in case it does) - anyway, logout =
works=20
great in IE, but in netscape instead of going back to the login page I =
get a=20
white page that says:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Object Moved</FONT></DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>This object may be found here. </FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>& "here" is a link that takes you back to the =
login=20
page. I have tried using a difereint page action but always get =
the same=20
result - what should I do to fix this??? Thanks,=20
Megan</FONT></DIV></BODY></HTML>
------=_NextPart_000_0018_01C127ED.00985440--
|
|
|
 |
CodeCharge
|
| Posted: 08/18/2001, 6:18 PM |
|
There may be couple issues causing this, so here are couple questions:
a) Are you behind a Proxy (on an Intranet, satellite connection, etc.) ?
b) Have you customized the Login page, for example by adding code in Events
?
Adam
"Megan Garrison" <megan@aracnet.com> wrote in message
news:9lmkaa$cbu$1@news.codecharge.com...
Hi~ I am using the codecharge newest beta (not sure that makes a difference,
but metinioning it just in case it does) - anyway, logout works great in IE,
but in netscape instead of going back to the login page I get a white page
that says:
Object Moved
This object may be found here.
& "here" is a link that takes you back to the login page. I have tried
using a difereint page action but always get the same result - what should I
do to fix this??? Thanks, Megan
|
|
|
 |
Megan Garrison
|
| Posted: 08/19/2001, 10:44 AM |
|
Hi Adam ~ thanks so much for answering :) - The answer to your questions
are
no.1 - I have tried this both on my personal network and also online and get
the same result
and
no. 2 Yes, I am using a redirect code to send users to different admin pages
depending on what their security level is:
example (ASP):
if Session("UserRights") = 1 then response.redirect("student.asp") else if
Session("UserRights") = 2 then response.redirect("teacher.asp") else if
Session("UserRights") = 3 then response.redirect("admin.asp") else
response.redirect("login.asp" )
But when I try to use the index page as the page action instead of the login
page I get the same result.
TIA for whatever help you can give - ~Megan
"CodeCharge" <support@codecharge.com> wrote in message
news:9ln45e$3ut$1@news.codecharge.com...
> There may be couple issues causing this, so here are couple questions:
> a) Are you behind a Proxy (on an Intranet, satellite connection, etc.) ?
> b) Have you customized the Login page, for example by adding code in
Events
> ?
>
> Adam
>
>
>
>
> "Megan Garrison" <megan@aracnet.com> wrote in message
>news:9lmkaa$cbu$1@news.codecharge.com...
> Hi~ I am using the codecharge newest beta (not sure that makes a
difference,
> but metinioning it just in case it does) - anyway, logout works great in
IE,
> but in netscape instead of going back to the login page I get a white page
> that says:
>
> Object Moved
>
> This object may be found here.
>
> & "here" is a link that takes you back to the login page. I have tried
> using a difereint page action but always get the same result - what should
I
> do to fix this??? Thanks, Megan
>
>
|
|
|
 |
|