Quote:
Originally posted by drknas
I quess this should work like u wanted. If u downloaded the package u would have noticed that this is how it normaly opens.
PHP Code:
<html>
<head>
<script type="text/javascript">
<!--
function radio_player() {
props=window.open('radioplayer.php?lang=&z=wmp&config=config', 'poppage', 'toolbars=0, scrollbars=0, location=0, statusbars=0, menubars=0, resizable=1, width=320, height=142 left = 100, top = 100');
}
// -->
</script>
<title>Radio Player</title>
</head>
<body>
<center>
<br><br>
<a href="javascript:radio_player()">Radio player</a>
</center>
</body>
</html>
|
Yes, I did notice the JS to pop up the player. I wanted to sort of embed it on a page. But its ok. Its better as a stand alone player on a pop up anyways. Many thanks for replying to my question.