A voir également:
- Question javascript
- Telecharger javascript - Télécharger - Langages
- A javascript error occurred in the main process - Forum Windows
- Afficher un tableau javascript en html ✓ - Forum Javascript
- Javascript arrondi - Forum Javascript
- Javascript arrondi après la virgule ✓ - Forum Windows
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