code:
<form>
<input type="button" value="Clcki dis button!" onClick="window.open( 'ENTER LINK HERE,'PAGE CONETNT','width=400,height=200')">
</form>
Try that.. that should work (im hoping)
Say you wanted to make it resizeable you would add this code after the hieght/width bit... resizeable="yes"
code:
<form>
<input type="button" value="Clcki dis button!" onClick="window.open( 'ENTER LINK HERE,'PAGE CONETNT','width=400,height=200',resizeable=yes')">
</form>