Thanks!
Finally i have Chatbox in my CMS home page!
Antonio
Quote:
Originally Posted by gothi
when the chatbox is displayed in the forum - for example, under the navbar, you can put your browser to view the source code of the page.
You will have to find where the code begins with the chatbox and then stops
Example: When I start the chatbox code like this:
HTML Code:
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="text-align:left;"><tr><td><br />
<div class="blockhead" style="height:16px;padding-right:4px;font-weight:bold">
<span style="float:right;">
<a class="collapse" style="margin-left:15px;position:static" id="collapse_vsacb_boxswitch" href="javascript:void(0);"><img src="http://www....de" alt="" border="0" /></a>
</span>
<div class="popupmenu" style="float:left;">
<a href="javascript://" class="popupctrl">ChatBox </a>
and ends with:
HTML Code:
VSacb_readCookies();
VSacb_getMessages();
-->
</script>
|