
10-06-2006, 11:14 PM
|
|
|
Join Date: Mar 2006
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by da420
Do you mean put in the navbar so it can be accessed?
If so, Find;
Code:
<td class="vbmenu_control"><a href="calendar.php?$session[sessionurl]">$vbphrase[calendar]</a></td>
Underneath Add;
Code:
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=320,width=650,location=no,menubar=no,resizable=no,status=no,toolbar=no')
return false;
}
-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>
Click save, and it should show up in the navbar and work now. 
|
I forgot to do it :P.
It works!!!! But.......there is always one but..... When click on vBRadio link the Popup window is too small for view the list of radio channel and windows media. Do you know the code for modify this size and where can I do it?
Sorry for my English :P
Thanks da420
|