groups

name language licence
JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth Other Other
HTML : select, option : definir la valeur selectionné par defaut avec selected HTML Other
HTML :Form upload enctype HTML Other
HTML : Commentaires conditionnels IE6 & IE 7 HTML Other
JS/HTML : Integration Jqzoom Evolution Other Other
JS/HTML : Scrolling menu js Other Other
JS/HTML : api google map Other Other
JS/HTML : methode de verification de formulaire avec du javascript non obstrusif HTML Other

< 1 2 3 4 5 6 >



language: Other
licence: Other

JS/HTML : api google map

options: view full snippetsend to code collector
 <?xml version="1.0" encoding="utf-8"?>
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xml:lang="fr">
      <head>
      <meta http-equiv="content-type" content="text/html; "/>
      <title></title>
      <!-- Chargement du script Google Maps, version 2.x, en précisant votre clé -->
      <script src="http://maps.google.com/maps?file=api&v=2.x&key=ABQIAAAApabMS0c77x8ejH_PFMkvwhQJAc2q0tY-OfkcfO2wQXuJfp6JLhRkDXdQP48lnq6eBp2whzHvk6l9-w&sensor=false" type="text/javascript"></script>
      <script type="text/javascript">
      //<![CDATA[
     
      function initialize() {
     
      if (GBrowserIsCompatible()) {
      
	
(Continues...)