[Javascript] Popup de confirmation
Résolu/Fermé
jebok
Messages postés
358
Date d'inscription
lundi 16 mai 2005
Statut
Membre
Dernière intervention
23 octobre 2007
-
24 août 2005 à 15:21
Utilisateur anonyme - 25 août 2005 à 12:24
Utilisateur anonyme - 25 août 2005 à 12:24
A voir également:
- [Javascript] Popup de confirmation
- Confirmation de lecture whatsapp - Guide
- Confirmation de lecture gmail - Guide
- Telecharger javascript - Télécharger - Langages
- Confirmation de lecture outlook - Guide
- Transcash mail de confirmation ✓ - Forum Consommation & Internet
2 réponses
Utilisateur anonyme
25 août 2005 à 12:24
25 août 2005 à 12:24
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Untitled</title> <script> var ccmUrl = "'https://www.commentcamarche.net/'"; function confirmAction(message,action){ alert(action); if(confirm(message)){ eval(action); } } </script> </head> <body> <form name="deleteform" action="https://www.google.be/?gws_rd=ssl"> <button type="button" onclick="confirmAction('Etes-vous certain de voulir aller sur Google ?','document.deleteform.submit()');">Aller sur Google</button> </form> <a name="ccm_anchor" href="javascript:confirmAction('Etes-vous certain de voulir aller sur CCM ?','document.location.href='+ccmUrl);">Aller sur CCM</a> </body> </html>
;-)
HackTrack
StreM
Messages postés
515
Date d'inscription
lundi 18 octobre 2004
Statut
Membre
Dernière intervention
28 février 2007
124
24 août 2005 à 16:44
24 août 2005 à 16:44
Cherche la fonction confirm en javascript sur google.
tu trouveras ton bonheur ;)
tu trouveras ton bonheur ;)