I have a site I am trying to fix with various windows I have sized using the following scripts (for two different ones, for instance):
on (press) {
getURL ("javascript:NewWindow=window.open('french.html', 'newWin', 'scrollbars=yes,status=no,width=690,height=1300');"
}
on (press) {
getURL ("javascript:NewWindow=window.open('french.html', 'newWin', 'scrollbars=yes,status=no,width=690,height=1300');"
}