biddingbong
IS-IT--Management
Hi, Ive got a page with 4 frameset.Its a bit like this:
-------------------------------------
- Banner goes here -
-------------------------------------
- - -
-DHTML - MAIN -
-MENU - -
- - -
- - -
- - -
- - -
-------------------------------------
- copyright goes here -
-------------------------------------
Ok, now when I click on any link in the DHTML menu, the page will load in the frameset "main".My login page will be loaded in the same frameset.
Here's the problem:
If login = bad then
response.redirect "invalidlogin.htm"
The invalidlogin.htm will be loaded in the frameset "main" and its ok.
If the login is OK, then the user will be directed to the member's page but it is loaded in the frameset "main". I want the member's page to be loaded in the actual window and not in the frameset. Is there any parameter that can be used with response.redirect?
Thanks for any suggestions.
-------------------------------------
- Banner goes here -
-------------------------------------
- - -
-DHTML - MAIN -
-MENU - -
- - -
- - -
- - -
- - -
-------------------------------------
- copyright goes here -
-------------------------------------
Ok, now when I click on any link in the DHTML menu, the page will load in the frameset "main".My login page will be loaded in the same frameset.
Here's the problem:
If login = bad then
response.redirect "invalidlogin.htm"
The invalidlogin.htm will be loaded in the frameset "main" and its ok.
If the login is OK, then the user will be directed to the member's page but it is loaded in the frameset "main". I want the member's page to be loaded in the actual window and not in the frameset. Is there any parameter that can be used with response.redirect?
Thanks for any suggestions.