Well here's the info anyway:
Code:<script language="javascript" type="text/javascript">
<!--
function popitup(url) {
newwindow=window.open(url,'name','height=600,width=800');
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</script>
Code:
<a href="destinationURL.html" onclick="return popitup('popupex.html')">Link</a>