PDA

View Full Version : popup code


oldfan
09-22-2005, 12:14 AM
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 <td class="vbmenu_header"><a href="javascript:popup('FlashChat/flashchat.php', 'Chatroom', 600, 300, 25, 100);">Chatroom</a></td>
Could someone help me up please and thank you :)

deathemperor
09-22-2005, 01:53 AM
try <td class="vbmenu_header"><a href="#" onclick="window.open('FlashChat/flashchat.php', 'Chatroom', 600, 300, 25, 100);">Chatroom</a></td>

oldfan
09-22-2005, 12:23 PM
Worked like a charm, thank you very much :)

mustang_lex
03-10-2006, 10:28 PM
Is there a way to have to others can resize the window?

Besides that great code!