2 réponses
-
c'est un script macromedia (dreamweaver) car il commence par MM_ mais je sais pas a koi il sert... desolé
-
bonjour,
le non de la fonction n'est pas tres important, c'est ce qui a dedans qui l'est.
MM_openBrWindow
MM_ script macromedia
open ouvrir
Br ??
Window fenetre
c'est un simple window.open()
<SCRIPT language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</SCRIPT>
</HEAD>
<BODY onLoad="MM_openBrWindow('fichier.htm','nom','width=400,height=400')" >
C:\Program Files\Macromedia\Dreamweaver 4\Help\UsingDreamweaver\html\18Behaviors20.html
ou plus simplement
http://www.commentcamarche.com/jscript/window.php3
http://www.le-webmestre.net/web/cours/javascript/cours_20.php
http://www.toutjavascript.com/savoir/savoir15.php3
casper
-
-