pcmagic
Member
Right when i try to use this following code on my forum for music i get messages saying you need a plugin and when i search for to get it ... it says no plugins found ....
Whats going on here!!!!!!!!!
Whats going on here!!!!!!!!!
<script language="JavaScript">
function playMusic(musicUrl) {
musicwin = window.open("","music","height=300,width=300");
musicwin.location.reload();
musicwin.document.write('<html><body bgcolor="000000" text="f5f5f5"><font size="3">Music Window</font><embed src="'+musicUrl+'"><noembed><bgsound="'+musicUrl+'"></noembed></body></html>');
}
</script>
<form name="music">
<select onChange="playMusic(this.options[this.selectedIndex].value);">
<option>Select Music
<option value="URL OF SONG"> NAME OF SONG
<option value="URL OF SONG"> NAME OF SONG
<option value="URL OF SONG"> NAME OF SONG
<option value="URL OF SONG"> NAME OF SONG
</select>