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 a login.asp. 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.

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

Re: Please Help by Steven

Steven
Tue Nov 18 19:39:38 CST 2003

stick target="_parent" in the <form> tag.

--

Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)

JJY <_jjy_@yahoo.com> wrote in message
news:uqsBAzjrDHA.2432@TK2MSFTNGP10.phx.gbl...
> 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 a login.asp. 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.
>
> 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
>
>