We Recommend

Visual Basic 2008 Programmer's Reference Visual Basic 2008 Programmer's Reference
Visual Basic Orcas Programmer's Reference is a language tutorial and a reference guide to the upcoming Orcas release of Visual Basic. The tutorial provides basic material suitable for beginners but also includes in-depth content for more advanced developers.


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.