/ Published in: ActionScript
This getURL uses javascript to set the browser size.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
getURL("javascript:NewWindow=window.open('yourpage.html','newWin','width=1000,height=650,left=0.toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No'); NewWindow.focus();void(0);");