2008/02/04 13:53
[FLEX]
function JSOpen01( url, winName, winW, winH, tools, menu, scroll, resize, status, directory, location){
javacode = "javascript:window.open('" + url + "','" + winName + "','width=" + winW + ",height=" + winH + ",top='+((screen.height/2)-(" + winH/2 + "))+',left='+((screen.width/2)-(" + winW/2 + "))+',toolbar=" + tools + ",scrollbars=" + scroll + ",resizable=" + resize + ",menubar=" + menu + ",status=" + status + ",directories=" + directory + ",location=" + location + "'); void(0);"
return javacode;
}
this.printbtn.onRelease=function(){
getURL( JSOpen01("03_print.html","print",370,500,0,0,1,0,1,0,0) );
}
javacode = "javascript:window.open('" + url + "','" + winName + "','width=" + winW + ",height=" + winH + ",top='+((screen.height/2)-(" + winH/2 + "))+',left='+((screen.width/2)-(" + winW/2 + "))+',toolbar=" + tools + ",scrollbars=" + scroll + ",resizable=" + resize + ",menubar=" + menu + ",status=" + status + ",directories=" + directory + ",location=" + location + "'); void(0);"
return javacode;
}
this.printbtn.onRelease=function(){
getURL( JSOpen01("03_print.html","print",370,500,0,0,1,0,1,0,0) );
}




