Français
<!-- http://www.downcodes.com --> <!-- bbs http://bbs.downcodes.com --> <!--Pour obtenir cet effet, deux étapes sont nécessaires La première étape. est : Ajoutez le code suivant à la zone <head>--> <SCRIPT LANGUAGE="JavaScript"> <!-- Begin url = "index1.htm"; var speedX = 7; #000000" ; var txtColor = "#FF80000"; if (document.all) { var wide = window.screen.availWidth; var high = window.screen.availHeight; } function andBoom() { if (document.all) { var Boomer = window.open("","BoomWindow","fullscreen"); Boomer.document.write('<HTML><BODY BGCOLOR='+bgColor+' SCROLL=NO><FONT FACE=ARIAL COLOR='+ txtColor+'> Chargement...</FONT></BODY></HTML>'); Boomer.focus(); for (H=1; H<high; H+= speedY) { Boomer.resizeTo(1,H ); } for (W=1; W<large; W+= speedX) { Boomer.resizeTo(W,H); } Boomer.location = url } else { window.open(url,"BoomWindow","") ; } } // Fin --> </script> <!--Étape 2 : Ajoutez le code suivant à la zone <body> --> <a href="javascript:andBoom()">Cliquez sur le lien pour voir l'effet</a >