Html
thank -
rescue Messages postés 1039 Date d'inscription Statut Contributeur Dernière intervention - 31 oct. 2008 à 15:45
rescue Messages postés 1039 Date d'inscription Statut Contributeur Dernière intervention - 31 oct. 2008 à 15:45
A voir également:
- Html
- Editeur html - Télécharger - HTML
- Forum HTML
- Forum ing
- Html - Télécharger - HTML
- Forum ing
1 réponse
Bonjour
Voici le code qui fonctionne :
Entre les balises <head> </head>
tu insères :
-----------------------------------------------------------
<script type="text/javascript">
<!--
function OuvrirPopup(page,nom,option)
{
window.open(page,nom,option);
}
-->
</script>
-------------------------------------------------------------
Entre les balises <body> </body> de ta même page tu insères :
-----------------------------------------------------------------
<a href=\"javascript:OuvrirPopup('mapage.html', '', 'resizable=yes, location=no, width=640, height=480, status=no, scrollbars=yes, menubar=no')\">Ouvrir</a>
-----------------------------------------------------------------
@+
Voici le code qui fonctionne :
Entre les balises <head> </head>
tu insères :
-----------------------------------------------------------
<script type="text/javascript">
<!--
function OuvrirPopup(page,nom,option)
{
window.open(page,nom,option);
}
-->
</script>
-------------------------------------------------------------
Entre les balises <body> </body> de ta même page tu insères :
-----------------------------------------------------------------
<a href=\"javascript:OuvrirPopup('mapage.html', '', 'resizable=yes, location=no, width=640, height=480, status=no, scrollbars=yes, menubar=no')\">Ouvrir</a>
-----------------------------------------------------------------
@+