Quote:
Originally Posted by Footman
Is it possible to set the tab link to open a pop up window? I'm using it for a chat system and would like to have the chat window open as a popup and not in a separate window.
Actually if I could set it so the user can choose a popup or not that would be great.
thank for a great mod
|
As far as the pop up--if using flashchat you will have to create an html file as well for the window..(you don't have to create a file, this is just one way to do it)
Here is the code I came up with so far but I haven't tried it yet..The tabs are giving me a real headache for some reason..I don't know but maybe this will help you a bit..
PHP Code:
<li>
<a href="#" onclick="javascript: window.open('http://www.Your-Site/chat.html', '', 'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=620,height=360'); return false" >Chat</a>
</li>
I haven't yet figured out the dynamic link either but I am going to just try it with out the mod...
Thanks