Forum Moderators: open
This way you have no toolbars, no scroll bars. Look more professional.
<script language="JavaScript" type="text/javascript">
<!--
function makePopUp(whereTo, winWidth, winHeight)
{
remote = window.open("","remotewin","width="+winWidth+",height="+winHeight+",menubar=0,toolbar=no,scrollbars=no");
remote.location.href = whereTo;
remote.focus();
}
-->
</script>
I like that popup script mentioned above.
However, I have a site in which several pages have loads of links (not necessarily link exchange links). Do I have to erase all the "target=_blank" code in order to use the script? Or, can I leave in the code and the script can still work? I hope the latter - it would take a long while to erase those codes LOL.