DannyMilner
03-19-2006, 03:43 PM
Hello guys,
I am wanting a BB code, where you can choose the size hieght and width and the url. Using this javascript you can make a window popup
<script language="javascript">
//<!--
function popup1()
{ window.open
("http://thesiteyouwanthere.com","popup1","width=YOUR WIDTH,height=YOUR HEIGHT,
location=0,menubar=0,resizable=0,scrollbars=0,stat us=0,
titlebar=1,toolbar=0") }
</script> <a href="javascript:popup1()">LINK TO POP UP</a></script>
Something like [popup url="www.google.com" height="100" width="100"]
Thanks guys,
Danny
I am wanting a BB code, where you can choose the size hieght and width and the url. Using this javascript you can make a window popup
<script language="javascript">
//<!--
function popup1()
{ window.open
("http://thesiteyouwanthere.com","popup1","width=YOUR WIDTH,height=YOUR HEIGHT,
location=0,menubar=0,resizable=0,scrollbars=0,stat us=0,
titlebar=1,toolbar=0") }
</script> <a href="javascript:popup1()">LINK TO POP UP</a></script>
Something like [popup url="www.google.com" height="100" width="100"]
Thanks guys,
Danny