Edit the Music Pop-up Location and Size

Audio applications used in Allwebco web templates

Pinned Note Music Popups
Support for basic music popups included in older Allwebco website templates. This application is obsolete.

See Instead…

Editing popup size and location
Open your index.html in Notepad, a plain text editor or you can edit the "source" code in your HTML editor (this is an option in most HTML editors). Look for the code shown below near the top of the page in the <head> section and you can alter the items highlighted in red to change location and size of the pop-up.

<script type="text/javascript">

<!-- POP-UP MUSIC SCRIPT
function PLAYMUSIC() {
msg=open("music/music.htm","frameWindow","scrollbars=no,toolbar=no,resizable=no,directories=no,menubar=no,location=no,status=no,width=250,height=175,left = 0,top = 250");
}
// END POP-UP MUSIC-->

</script>



The HTML page link for the popup will look like the following:

<a href="javascript:PLAYMUSIC();">Open Music Popup</a><br>




Related Topics:
Multiple song music popup
Audio on hover