groups

name language licence
JS/GOOGLE MAPS API : tracer un polygone Other Other
JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth Other Other
JS/HTML : Scrolling menu js Other Other
JS/HTML : api google map Other Other
JS/HTML : api google map Other Other
JS/HTML : Scrolling menu js Other Other
HTML : select et optgroup : groupe d'option dans une liste déroulante HTML Other
TS : typoscript mega exemple : TMENU, MULTILANGUE, TEXT, CONDITIONS , ATTRIBUT TITLE, FIL D'ARIANE, Other Other

< 1 2 3 4 5 >



language: Other
licence: Other

JS/HTML/GOOGLE MAPS API : gabarit+js : modèle de départ + bouton pour la vue Earth

options: view full snippetsend to code collector
<!DOCTYPE html "-//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">
  <head>
    <meta http-equiv="content-type" content="text/html; charset=utf-8"/>
    <title>Google Maps API Example</title>
    <script src="http://maps.google.com/maps?file=api&v=2&key=abcdef&sensor=true_or_false"
            type="text/javascript"></script>
    <script type="text/javascript">

		function initialize() {
		
			if (GBrowserIsCompatible()) {

				//création de la map
	
(Continues...)