Log in

View Full Version : popup template ?


Zachariah
08-21-2005, 01:28 AM
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:

<script type="text/javascript">
<!--

function OpenRadio(){
Radio = window.open('vBRadio.php','vBRadio','directories=n o,height=320,width=650,location=no,menubar=no,resi zable=no,status=no,toolbar=no')

return false;
}

-->
</script>
<td class="vbmenu_control"><a href="#" onclick="return OpenRadio()">vBRadio</a></td>

Zachariah
08-27-2005, 07:08 PM
No need for the help, Thanks.