On the main webpage, I use the following javascript to create a link to the popup window of a sub webpage.
<a href="javascript://" onClick="window.open('http://filename.htm','','menubar=no,status=no,scrollbars=no,top=200,left=200,toolbar=no,width=800,height=600')">
The main webpage has embedded background music. When I click on the link to open the popup sub webpage, the background music of the main webpage stopped. How can I let the music of the main webpage to continue even if the sub webpage is opened?
The code I use for the embedded music is :
<EMBED src=music.wma hidden=true LOOP="true"
AUTOSTART="TRUE">
Any help would be appreciated. Thanking in advance.



Reply With Quote


Bookmarks