topical media & game development
basic-ajax-07-map.htm / htm
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Google Maps JavaScript API Example</title>
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAA2VWtIiYkkrFt6uptBppqpRQt5_S_ZKY0J2APcvJqK2A4nT5U3hQ4s6HjRyZVRa8h8aJtuAmcdDA8Jg"
type="text/javascript"></script>
<script src="map.js" type="text/javascript"></script>
</head>
<body onload="load()" onunload="GUnload()">
<input id="address" name="address" type="text" size="50"/>
<input type="button" onclick="load('true')" value="Click to Add Marker" />
<div id="map" style="width: 500px; height: 300px"></div>
</body>
</html>
(C) Æliens
20/2/2008
You may not copy or print any of this material without explicit permission of the author or the publisher.
In case of other copyright issues, contact the author.