Hey,
I have just added a pop-up chatbox code (where the tab appears at the bottom right of the page, and when you click on it, a chatbox pops up) to my site, http://theeclubsocial.forumotion.com. Since my forum is in phpBB3, I pasted the HTML code for it in the Announcements, just like said in the instructions I saw. The problem is, I can't log into the pop-up chatbox. I can log into the original, non-pop up, and I would refresh the page and I would be logged into the pop-up version.
Here's the code for my pop-up chatbox. I customized it a little, but not that much:
Can anyone help to see what's wrong with the code? Thanks!
I have just added a pop-up chatbox code (where the tab appears at the bottom right of the page, and when you click on it, a chatbox pops up) to my site, http://theeclubsocial.forumotion.com. Since my forum is in phpBB3, I pasted the HTML code for it in the Announcements, just like said in the instructions I saw. The problem is, I can't log into the pop-up chatbox. I can log into the original, non-pop up, and I would refresh the page and I would be logged into the pop-up version.
Here's the code for my pop-up chatbox. I customized it a little, but not that much:
- Code:
<div id="chatbox_ret_cont" onmouseout="stopINT()" onclick="stopINT()" onmousever="stopINT()" style="border-top: 7px solid rgb(000, 00, 00); border-left: 7px solid rgb(000, 00, 00); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #3B5CA1; position: fixed; bottom: 0pt; right: 0pt; border-color: #3B5CA1;"><div onclick="(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); $('#chatbox_ret').toggle('normal');" style="font-size: 12px; font-family: 'trebuchet ms',serif; cursor: pointer; padding: 3px;"><span id="chatbox_ret_online" style="color: white);"><span style="font-weight: bold; color: White;">Instant Messaging</span><br></span><span id="chatbox_ret_offline" style="color: white;"></span></div><iframe onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 740px; height: 400px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="http://theeclubsocial.forumotion.com/chatbox/chatbox.forum" frameborder="0" scrolling="no"></iframe></div>
Can anyone help to see what's wrong with the code? Thanks!