
05-12-2007, 11:27 PM
|
|
|
Join Date: Apr 2006
Location: CPH
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Mark.B
The navbar code has changed and that line is not there any more.
Just put this at the VERY TOP of your navbar template:
Code:
<script type="text/javascript">
function openChatbox () {
chatbox = window.open('chatbox.php','chatbox','height=330,width=650,directories=no,location=no,menubar=no,resizable=yes,status=no,toolbar=no,scrollbars=yes');
}
</script>
|
:up: works
|