Créer une fenêtre POPUP
Résolu/Fermé
mathbart
Messages postés
404
Date d'inscription
samedi 10 janvier 2009
Statut
Membre
Dernière intervention
15 septembre 2014
-
21 juin 2011 à 19:28
mathbart Messages postés 404 Date d'inscription samedi 10 janvier 2009 Statut Membre Dernière intervention 15 septembre 2014 - 23 juin 2011 à 16:28
mathbart Messages postés 404 Date d'inscription samedi 10 janvier 2009 Statut Membre Dernière intervention 15 septembre 2014 - 23 juin 2011 à 16:28
A voir également:
- Créer une fenêtre POPUP
- Créer un compte gmail - Guide
- Créer un compte google - Guide
- Comment créer un groupe whatsapp - Guide
- Créer une adresse hotmail - Guide
- Créer une liste déroulante excel - Guide
1 réponse
Utilisateur anonyme
22 juin 2011 à 08:36
22 juin 2011 à 08:36
Bonjour,
<a href="#" onClick="window.open('URL','fenetre')">blabla</a>
<a href="#" onClick="window.open('URL','fenetre')">blabla</a>
Modifié par mathbart le 22/06/2011 à 15:19
22 juin 2011 à 16:00
function popup(namePage,internalName)
{
//window.open('popup.asp','popup','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=800, height=813');
window.open('popup.asp','popup','toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, copyhistory=0, menuBar=0, width=800, height=810');
}
22 juin 2011 à 16:00
23 juin 2011 à 16:28