PDA

View Full Version : Php Code Help


d3adlythegame
09-17-2005, 11:27 PM
<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>




I pasted that code into "NavBar", but when i click on "vBradio", nothing happens. Any Suggestions ?

Andreas
09-17-2005, 11:31 PM
Do you get JavaScript errors?

d3adlythegame
09-17-2005, 11:53 PM
No, When i clic on "vBradio" nothing happens.

Marco van Herwaarden
09-18-2005, 04:52 AM
You have an extra 'y' on the end of line 1.

d3adlythegame
09-18-2005, 01:34 PM
i removed that and tried again. It didnt work :(.

harmor19
09-19-2005, 11:21 PM
delete the space in "location" on the 4th line.