After upgrading to 3.6.7 this is not working. I even re-uploaded the plugin. When I click the link it shows a blank page in the popup.
The code I'm using is
Code:
<td align="center" style="border-right: 1px solid #E4E6F5; height: 50px; width: 74px;">
<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>
<a href="#" onclick="return OpenRadio()">
<img border="0" src="/images/arts.png" alt="Radio"/></a></td>