ASP Pro Code ClinicAs of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
it really works!! but i can open the window once only.
actually wat i wanted to do on my page is
1. Open a new windows (named newWindows1) & close the "old" windows.
2. when i click <close> on the new windows (named newWindows1), another new windows (named newWindows2) open & close the newWindows1.
- this will work continuosly.
my problem is I can open & close the browser windows once only. which means
step 1. open & close
step 2. close (but without open a new windows)
So wat can i do to open a new windows in step 2?? wat happened now is in step 2, it only close and it will not open a new windows.
window.open
window.opener = top;
window.close();
I hope I have describe my problem clear enough here.
advanced thanks for those who able to provide help.