user authentication

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, all

I have a page called "default.htm" which has 4 frames. When somebody wants to access this page, if the user didn't log on in the system then it must appears the "login.aspx" page. I'm trying to do something in the Global.asax but I'm having some troubles.
Any ideas would be great.

Cheers,
Agus
 
On Sat, 26 Jun 2004 10:27:01 -0700, Agus Ayala <Agus
Hi, all

I have a page called "default.htm" which has 4 frames. When somebody
wants to access this page, if the user didn't log on in the system then
it must appears the "login.aspx" page. I'm trying to do something in the
Global.asax but I'm having some troubles.
Any ideas would be great.

Cheers,
Agus

add Javascript to your login.aspx page that when it displays, it 'breaks
the frames'. Google for this, there's plenty of examples online of how to
have a page load into the top frame (break the frames).
 
On Sat, 26 Jun 2004 10:27:01 -0700, Agus Ayala <Agus


add Javascript to your login.aspx page that when it displays, it 'breaks
the frames'. Google for this, there's plenty of examples online of how
to have a page load into the top frame (break the frames).

you are using Forms Authentication, btw, aren't you? that's what I was
assuming (and is the easiest way of doing this); your question was a
little confusing...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top