The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PopUp Shoutbox
I was wondering if anyone could help me do this? I was trying to make a pop up that has the shoutbox in it. So people could leave it up on desktop sorta like messanger. I figured add login to forum and the shoutbox.
It sounded easy enough use simple java pop up code Examples: Code:
<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=400,height=200,scrollbars=yes'); return false; } //--> </SCRIPT> Code:
<A HREF="popupbasic.html" onClick="return popup(this, 'notes')">my popup</A> I think this would be cool idea. If someone could help would greatly appreciate it |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|