[mapguide-users] Re: invoke URL, window popping up behind main window

jtby jbrosowsky at geo-comm.com
Sat Apr 21 17:28:27 EDT 2012


I guess its the flyout menu item grabbing focus after the popup is opened.  

Changing from invoke URL to invoke script helps:

newwindow = window.open(myURL,'','height=400,width=200');
if (window.focus) {newwindow.focus();}

--
View this message in context: http://osgeo-org.1560.n6.nabble.com/invoke-URL-window-popping-up-behind-main-window-tp4905886p4905977.html
Sent from the MapGuide Users mailing list archive at Nabble.com.


More information about the mapguide-users mailing list