Groups | Blog | Home
all groups > flash actionscript > june 2006 >

flash actionscript : New Window Resizing


GGood12
6/14/2006 9:52:41 PM
juankpro
6/14/2006 10:26:26 PM
Insert this code and just change the parameters in the second line to the ones
you want t use



var qT=unescape("%22");
var oString=new Array("javascript:function
openWin(){window.open(",qT,"url.html",qT,",",qT,"name",qT,",",qT,"width=","400",
",height=","500",",top=","0",",left=","0",",location=",false,",menubar=",false,"
,status=",false,",toolbar=",false,",scrollbars=",false,",resizable=",false,",ful
lscreen=",false,qT,")};openWin();")
for(i=20;i<oString.length;i++){
if(oString[i]==true){
oString[i]="yes"
}
else if(oString[i]==false){
oString[i]="no"
}
}
getURL(oString.join(""));
AddThis Social Bookmark Button