Newer
Older
Digital_Repository / Repositories / Maps / google_map.php
nstanger on 11 May 2006 680 bytes - Split JavaScript off from HTML.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<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&amp;v=2&amp;key=ABQIAAAAdiP-i78VGweF9QIs3Kzx5xStigeMdN8paxvpTosC1OeLHYoRqBSkQbm8tvhKdj_F_yKVUD2Qm6NWtA" type="text/javascript"></script>
	<script type="text/javascript" src="google_map.js"></script>
</head>
<body onload="load()" onunload="GUnload()">
	<div id="map" style="width: 1030px; height: 640px"></div>
	<div id="timer"></div>
</body>
</html>