Can sombody please tell me the script for a pop up window?
So when you click "Click Here For Main Site" it pops up a width="753" height="537" window.
Anybody?
Thanks,
Rob.

Can sombody please tell me the script for a pop up window?
So when you click "Click Here For Main Site" it pops up a width="753" height="537" window.
Anybody?
Thanks,
Rob.
<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=753,height=537,scrollbars=yes');
return false;
}
//-->
</SCRIPT>
Family Guy3
Formally : Bielby2000
RSN: Bielby2007
HTML Code:<script language="javascript"> <!-- window.open('url.php', 'Name', config='height=753,width=537') //--> </script>
Last edited by Encryptions!; 29-04-2006 at 03:53 PM.
Want to hide these adverts? Register an account for free!