var dhxWins, w1, menu;
dhxWins = new dhtmlXWindows();
w1 = dhxWins.createWindow("w1", 20, 30, 800, 450);
w1.setText("Attach dhtmlxMenu to Modal Window");
w1.setModal(true);
var dhxLayout_11,
dhxLayout_11 = w1.attachLayout("1C");
dhxLayout_11.cells("a").setText("Map");
dhxLayout_11.cells("a").attachURL("https://google-developers.appspot.com/maps/documentation/javascript/examples/map-geolocation?hl=zh-tw");
I use a popup window to view a map. The code is shown the above.
But I only view success in < IE 9 > and not in other bowrse.
I want to ask any problem of the code or any suggestion.
Thanks for your help !