J
JJY
Hi.
I have an index.asp which consists of frameset and frames. The sub-frames
also consists of frameset and frames. This way, I can set the layout of my
webpages.
In one of the frames, I load Login.asp. When it is submitted to
doLogin.asp,
I validate the login information. When I validate the password
successfully, I want the whole webpage (the index.asp and down) to reload
because it has to re-draw the menus on top. When the login is failed, it
redirects to
Login.asp.
I am having a hard time doing this from my ASP page right after I validate
the login information.
Can anyone offer some tips?
Thanks.
J
I have an index.asp which consists of frameset and frames. The sub-frames
also consists of frameset and frames. This way, I can set the layout of my
webpages.
In one of the frames, I load Login.asp. When it is submitted to
doLogin.asp,
I validate the login information. When I validate the password
successfully, I want the whole webpage (the index.asp and down) to reload
because it has to re-draw the menus on top. When the login is failed, it
redirects to
Login.asp.
I am having a hard time doing this from my ASP page right after I validate
the login information.
Can anyone offer some tips?
Thanks.
J