How would I sub in a different template name vs. 'vBRadio.php'
Is there a better way?
EX: open to template XYZ vs. vBRadio.php when the Link is pressed.
I used code from vBRadio as EX.
:tired:
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>