Fenetre
Ouvrir un fenetre a l'entree d'un site
<script> /* PLUS DE SCRIPT SUR http://javascript.platomic.com */ window.open('votre_page.html','Titre_de_la_page','toolbar=1,location=1,directories=1,status=1,scrollbars=1,resizable=1,copyhistory=1,menuBar=1,width=Largeur,height=Hauteur'); </SCRIPT>
<script> <script> <!-- //Plus de script sur www.eliescript.fr.st function winopen(){ //adresse de la page ici. var targeturl="adresse_page.htm" newwin=window.open("","","scrollbars") if (document.all){ newwin.moveTo(0,0) newwin.resizeTo(screen.width,screen.height) } newwin.location=targeturl } //--> </script> <form> <input type="button" onClick="winopen()" value="Ouvrir"> </form>
Dans la partie HEAD
Dans la partie BODY