S
sf2005
VS .Net 2003 / Visual Basic
I have this html frames page (2 frames: header and main). The header and
main frames show aspx pages. In the header, if I have a button to get the
user back to the Home Page (non frame page) , how do I close the current
browser window and have the Home Page appear in a non frame page. Right
now with just doing a server.transfer ("mainmenu.aspx") or a
response.redirect("mainmenu.aspx) the mainmenu.aspx (home page) shows up in
the base target (main frame), which is not what I want.
Thanks
I have this html frames page (2 frames: header and main). The header and
main frames show aspx pages. In the header, if I have a button to get the
user back to the Home Page (non frame page) , how do I close the current
browser window and have the Home Page appear in a non frame page. Right
now with just doing a server.transfer ("mainmenu.aspx") or a
response.redirect("mainmenu.aspx) the mainmenu.aspx (home page) shows up in
the base target (main frame), which is not what I want.
Thanks