Api Maps et Popup windows click
Résolu/Fermé
fredodo13
Messages postés
89
Date d'inscription
mercredi 17 mars 2010
Statut
Membre
Dernière intervention
12 octobre 2022
-
3 janv. 2013 à 20:14
fredodo13 Messages postés 89 Date d'inscription mercredi 17 mars 2010 Statut Membre Dernière intervention 12 octobre 2022 - 9 janv. 2013 à 09:59
fredodo13 Messages postés 89 Date d'inscription mercredi 17 mars 2010 Statut Membre Dernière intervention 12 octobre 2022 - 9 janv. 2013 à 09:59
A voir également:
- Api Maps et Popup windows click
- Google maps satellite - Guide
- Clé windows 10 gratuit - Guide
- Montage video windows - Guide
- Google maps localisation - Guide
- Telecharger google maps pc - Télécharger - Téléchargement & Transfert
2 réponses
fredodo13
Messages postés
89
Date d'inscription
mercredi 17 mars 2010
Statut
Membre
Dernière intervention
12 octobre 2022
3
9 janv. 2013 à 09:59
9 janv. 2013 à 09:59
Bonjour,
Ayant trouvé la solution je la mets en ligne au cas ou ça sert a d autres :
<A href="javascript:ouvre_popup(' http://maps.google.com/maps/api/staticmap?size=500x400&sensor=false&zoom=12&markers=49.0505014%2C2.7692443&maptype=hybrid')">Ouverture d'un popup</A>
<SCRIPT language="javascript">
function ouvre_popup(page) {
window.open(page,"nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width=500, height=400");
}
</SCRIPT>
Ayant trouvé la solution je la mets en ligne au cas ou ça sert a d autres :
<A href="javascript:ouvre_popup(' http://maps.google.com/maps/api/staticmap?size=500x400&sensor=false&zoom=12&markers=49.0505014%2C2.7692443&maptype=hybrid')">Ouverture d'un popup</A>
<SCRIPT language="javascript">
function ouvre_popup(page) {
window.open(page,"nom_popup","menubar=no, status=no, scrollbars=no, menubar=no, width=500, height=400");
}
</SCRIPT>
fredodo13
Messages postés
89
Date d'inscription
mercredi 17 mars 2010
Statut
Membre
Dernière intervention
12 octobre 2022
3
6 janv. 2013 à 12:16
6 janv. 2013 à 12:16
up !
bon dimanche !
bon dimanche !