The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
popup code
I'm trying to have my flashchat "room" popup when you clich on the link in the header. It use to work and I don't remember editing it.
This is the code I had Code:
<td class="vbmenu_header"><a href="javascript:popup('FlashChat/flashchat.php', 'Chatroom', 600, 300, 25, 100);">Chatroom</a></td> |
#2
|
||||
|
||||
try
HTML Code:
<td class="vbmenu_header"><a href="#" onclick="window.open('FlashChat/flashchat.php', 'Chatroom', 600, 300, 25, 100);">Chatroom</a></td> |
#3
|
||||
|
||||
Worked like a charm, thank you very much
|
#4
|
|||
|
|||
Is there a way to have to others can resize the window?
Besides that great code! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|