I am having problems getting the pop up to work.... I am using a non standard style and the code I am using is causing the pop up to only work on the main page. ...
Has anyone written thier own pop up code for this for a non vb nav bar???
I am currently using this
PHP Code:
<script type="text/javascript">
<!--
function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=no,height=325,width=660,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>
Thanks