ouvrir une pop-up en cliquant n'importe ou sur la page
ouvrir une pop-up en cliquant n'importe ou sur la page - HTML/CSS - Programmation
MarshPosté le 17-06-2002 à 09:51:11
j'ai ca dans une frame (le but est quand on clique n'importe ou sur la page d'ouvrir une pop-up): -------------------------------------- <html> <head> <SCRIPT LANGUAGE="JavaScript"> <!-- function NewWindow(mypage, myname, h, w, wint, winl, scroll, tool, stat) { winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+', toolbar='+tool+', status='+stat+', noresize' win = window.open(mypage, myname, winprops) if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); } } if (window.Event) document.captureEvents(Event.ONCLICK); document.onclick = NewWindow('A.htm','photo1','125','125','2
00','300','no','no','no';break; --> </script> </head> <body> </body> </html> ----------------------------------------------- pour le moment la pop-up ne s'ouvre pas...
Message édité par mechkurt le 19-06-2002 à 09:51:43
Marsh Posté le 17-06-2002 à 09:51:11
j'ai ca dans une frame (le but est quand on clique n'importe ou sur la page d'ouvrir une pop-up):
--------------------------------------
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
<!--
function NewWindow(mypage, myname, h, w, wint, winl, scroll, tool, stat) {
winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+', toolbar='+tool+', status='+stat+', noresize'
win = window.open(mypage, myname, winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}
if (window.Event) document.captureEvents(Event.ONCLICK);
document.onclick = NewWindow('A.htm','photo1','125','125','2
00','300','no','no','no';break;
-->
</script>
</head>
<body>
</body>
</html>
-----------------------------------------------
pour le moment la pop-up ne s'ouvre pas...
Message édité par mechkurt le 19-06-2002 à 09:51:43