ActionScript getURL using javascript browser sizing


/ Published in: ActionScript
Save to your folder(s)

This getURL uses javascript to set the browser size.


Copy this code and paste it in your HTML
  1. 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);");

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.