|
Hello I'm a french novice webmaster, so I'm sorry for my very bad english.
I try to create an automatic pop up with music. I've already create the page with iweb and it's working when I use this code:
<div align="center"> <SPAN STYLE="font-family: Times New Roman; font-size: 12pt"> <style type="text/css"> a { color: #0000FF; text-decoration: underline; } a:hover { color: #0000FF; text-decoration: none; } a:visit { color: #FF00FF; text-decoration: underline; } </style> <A HREF="#" onClick="window.open('http://quatuorequinoxe.free.fr/Mariage/Musique.html','_blank','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=300, height=200');return(false)">TextToDisplay</A> </div>
But it's not automatic. What can I do please? Thank you very much for your help.
|