On Mon, Jun 09, 2008 at 04:42:11PM +0400, natalia Vikhtinskaya wrote:
> Hi
> I want to close my current(main) browser from flash when a new pop up
> browser appears(first page I use for choosing language).
> I use this code for new window:
> getURL ("javascript:window.open('main_eng.html','mainPage','fullscreen=yes,
> scrollbars=no, status=no, menubar=no, titlebar=no, toolbar=no,
> location=no');void(0);");
> As I know it is not possible without alert message if I try to close
> current page. But maybe there is a solution?

No way, I hope, to close a whole browser window.
It's up to the user to decide what to do with her windows.
Please don't use popups at all, replace the page with content as selected
by the language selection thing...

--strk;
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to