Close Web Page in Frameset
-
Hi everyone Im using Frameset so when i want to close a web page i use this script response.write("window.close() ") but it wont work. In the pages out of frameset it send a message dialog "This page is trying to close.... " Is there is any solutions so that the page in Frameset close and without sending any message dialog :doh: Regards
-
Hi everyone Im using Frameset so when i want to close a web page i use this script response.write("window.close() ") but it wont work. In the pages out of frameset it send a message dialog "This page is trying to close.... " Is there is any solutions so that the page in Frameset close and without sending any message dialog :doh: Regards
Have you tried top.window.close()?
-
Have you tried top.window.close()?
Thx for ur reply "top.window.close()" close the window in frameset but it still send a message dialog before closing the web page says : "The Web Page you are viewing is trying to close the window, do you want it to close this window?" is there any solutions so that message dialog doesent appear & the web page close immediatly.:doh: Regards