Forum Moderators: open
1) For the .js file or the HEAD section
function cPop(url, wide, high) {window.open(url,"popup",'width=' + wide + ',height=' + high);
}
2) Link code for the body:
<a href="javascript:cPop('pagename.html',www,hhh)">Link</a>
Edited by: tedster