erenshte
10-16-2004, 10:31 PM
Guys,
I have a very simple problem.
My login script works within frame.
After login user should be redirected to
the page buildmain.htm that should be
opened in the whole window. Below is
the code I'm using:
response.write "<script>window.open(""buildmain.htm"", ""_top"");</script>"
I have tried to use response.redirect "buildmain.htm"
but it opens page within the same frame.
How can I use response.redirect method to get
this page to be opened in the whole window?
Regards, Dr.Roman Erenshteyn
I have a very simple problem.
My login script works within frame.
After login user should be redirected to
the page buildmain.htm that should be
opened in the whole window. Below is
the code I'm using:
response.write "<script>window.open(""buildmain.htm"", ""_top"");</script>"
I have tried to use response.redirect "buildmain.htm"
but it opens page within the same frame.
How can I use response.redirect method to get
this page to be opened in the whole window?
Regards, Dr.Roman Erenshteyn