I'm so silly,can someone remind me of the pop up window code!
Lozzo2
Printable View
I'm so silly,can someone remind me of the pop up window code!
Lozzo2
www.HabboLox.co.uk then generators and make 1 :)
I usealy do it as a href function so it doesnt get killed by popup blockers
Configure the above js, most attributes are obvios etc then use with link hrefCode:<script language='JavaScript' type="text/javascript">
<!--
function my_popup() { window.open(' URL OF PAGE WANTED TO SHOW IN POPUP','PopUpName','width=500,height=500,resizable=yes,scrollbars=yes'); }
//-->
</script>
Code:<a href='javascript:my_popup();' title='title'>Link text</a>