Hi guys, I need your help I'm using a little javascript function to open a new window on a click that's in my HEAD :
My problem is... it ain't doing nothing saying : Error on page when I click my link" at the bottom of the status bar. But I did use that code before and it worked, any ideas?
Thanks,
SB.
Code:
<SCRIPT TYPE="text/javascript">
<!--
}
function MyOpenWindow_f() {
var MyURL = 'player_un1k.htm';
var MyWindowName = 'sized';
var MyWindowOptions ='width=640,height=300'
window.open(MyURL, MyWindowName, MyWindowOptions);
}
// -->
</SCRIPT>
<!-- End Preload Script -->
My problem is... it ain't doing nothing saying : Error on page when I click my link" at the bottom of the status bar. But I did use that code before and it worked, any ideas?
Thanks,
SB.