<------- CLICK HERE


JavaScript Code:

[script language=javascript]

[!--

function newwin(){ whatever = window.open("whatever.htm", "nonsense", "width=300,height=300,screenX=100,screenY=100,status=0,top=210,left=280,resizeable=0");

whatever.focus();

}

--]

[/script]


Button Code:

on (press){

getURL("javascript:newwin();");

}


Dont forget to change all the []'s to <>'s