Log in

View Full Version : BB code popup


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

Princeton
03-19-2006, 04:09 PM
Not sure what the name is; but, I beleive there is a mod that allows for multiple options.

DannyMilner
03-20-2006, 05:38 PM
Thanks for your reply :)

I have had a look and I can't find it, can anyone help me?


Thanks guys!