We Recommend

ASP.NET 3.5 Unleashed ASP.NET 3.5 Unleashed
ASP.NET 3.5 Unleashed is the most comprehensive book available on the Microsoft ASP.NET 3.5 Framework, covering all aspects of the ASP.NET 3.5 Framework--no matter how advanced.


Posted By

mswallace on 06/11/07


Tagged

javascript actionscript browser size 2 getURL


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

jitendramr
Hirmine


ActionScript getURL using javascript browser sizing


Published in: ActionScript 


This getURL uses javascript to set the browser size.

  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 

You need to login to post a comment.