Всем привет. Нужно что бы чат был открыт даже когда человек переходит на другую страницу (ну как в ВК)
Сделан в глобальном блоке:
Code
<script type="text/javascript" src="http://vologda-soft.ru/Scriptchat.js"></script>
<div style="position:fixed;right:65px;bottom:0px">
<div class="yraAgent" id="9839iOup">
<table onclick="show_agent()" class="pointer">
<tr>
<td border="2"><img src="http://vologda-soft.ru/IMG/minichat.png" width="110"></td></tr>
</table></div>
<div style="border:1px solid #646464;background:white;padding:0px;display:none" id="9chsHy2">
<br>
<table><tr><td> <?if($USER_LOGGED_IN$)?>
<td><table><tr><td><table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td background="http://vologda-soft.ru/minichat/img/topes-1.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-2.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-3.png" height="17" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-4.png" width="17">
<br></td><td> <center> <?if($USER_LOGGED_IN$)?> <center><b><a href="$PERSONAL_PAGE_LINK$">Ваш профиль</a></b> <?endif?> </td>
<td background="http://vologda-soft.ru/minichat/img/topes-5.png" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-6.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-7.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-8.png" height="17" width="17">
<br></td>
</tr>
</tbody></table><?endif?></td><td> <table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td background="http://vologda-soft.ru/minichat/img/topes-1.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-2.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-3.png" height="17" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-4.png" width="17">
<br></td><td> <center> <b><a href="javascript: show_agent()">Закрыть</a></b></center> </td>
<td background="http://vologda-soft.ru/minichat/img/topes-5.png" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-6.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-7.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-8.png" height="17" width="17">
<br></td>
</tr>
</tbody></table> </td></tr></table> </td></tr></table><br>
<center><table border="0" cellpadding="0" cellspacing="0">
<tbody><tr>
<td background="http://vologda-soft.ru/minichat/img/topes-1.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-2.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-3.png" height="17" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-4.png" width="17">
<br></td><td> <!-- <UCHAT> -->
<link type="text/css" href="http://vologda-soft.ru/chatcss.css" rel="StyleSheet">
<script type="text/javascript" src="http://www.vologda-soft.ru/Chat/chat1.1.js"></script>
<script type="text/javascript">(uc.initialize($GROUP_ID$,7,500,1))</script>
<!-- </UCHAT> --> </td>
<td background="http://vologda-soft.ru/minichat/img/topes-5.png" width="17">
<br></td>
</tr>
<tr>
<td background="http://vologda-soft.ru/minichat/img/topes-6.png" height="17" width="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-7.png" height="17">
<br></td>
<td background="http://vologda-soft.ru/minichat/img/topes-8.png" height="17" width="17">
<br></td>
</tr>
</tbody></table> </center>
</div></div>
Как сделать?