|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to control default frame pages with form authentication mode?I have a default page which has two frame pages. On the plan, I expected it
will forward to login page which show on one frame page only if the users don't login. In fact, both two frame pages redirect to login page. How should I do to fix this problem? when you are showing the login page again, you need to specifed where will it
be display, either with the Name of the frame or the Target attribut somehow Show quote "ABC" wrote: > I have a default page which has two frame pages. On the plan, I expected it > will forward to login page which show on one frame page only if the users > don't login. In fact, both two frame pages redirect to login page. How > should I do to fix this problem? > > > Why no make a page without frames for the login.
Then the existing page with the frames on it, will check if the user is logged in and redirect the user to this new page without frames if the user is not logged in. Do this Logic outside of the frames, not within the frames HTH Show quote "ABC" <a**@abc.com> wrote in message news:%23hyoKKK$FHA.3852@TK2MSFTNGP14.phx.gbl... >I have a default page which has two frame pages. On the plan, I expected >it will forward to login page which show on one frame page only if the >users don't login. In fact, both two frame pages redirect to login page. >How should I do to fix this problem? > |
|||||||||||||||||||||||