- Impact
- 7
Hey,
My site in www.unsigned.fm When you click on the 'Tune In' button i want my media player to open in a pop up window. I have the pop up code which creates a page like this :
www.unsigned.fm/mp3s/document.html
Then you have to click on the Text to open the media player.
How do I 'skip' this page so that when the 'Tune In' button is pressed the pop up media player opens? So that you do not get redirected to the page above before you get to the media player.
Any help is appreciated please!
Many tahnks
Rob
The code for the pop up is :
<script language="JavaScript" type="text/JavaScript">
<!--
function wimpyPopPlayer(theFile,id,stuff) {
window.open(theFile,id,stuff);
}
//-->
</script>
<a href="javascript:;" onClick="wimpyPopPlayer('http://www.unsigned.fm/mp3s/myWimpy.html','wimpyMP3player','width=520,height=300')">UNSIGNED.FM Media Player</a>
My site in www.unsigned.fm When you click on the 'Tune In' button i want my media player to open in a pop up window. I have the pop up code which creates a page like this :
www.unsigned.fm/mp3s/document.html
Then you have to click on the Text to open the media player.
How do I 'skip' this page so that when the 'Tune In' button is pressed the pop up media player opens? So that you do not get redirected to the page above before you get to the media player.
Any help is appreciated please!
Many tahnks
Rob
The code for the pop up is :
<script language="JavaScript" type="text/JavaScript">
<!--
function wimpyPopPlayer(theFile,id,stuff) {
window.open(theFile,id,stuff);
}
//-->
</script>
<a href="javascript:;" onClick="wimpyPopPlayer('http://www.unsigned.fm/mp3s/myWimpy.html','wimpyMP3player','width=520,height=300')">UNSIGNED.FM Media Player</a>





