1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
| <!DOCTYPE HTML>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<script type="text/javascript">
function openPopup( url)
{
var oWin = window.open( '', 'GEO', 'height=800, width=520');
oWin.document.open();
oWin.document.write('<script type="text/javascript" src="' +url +'"></s' +'cript>');
oWin.document.close();
}
function refreshiframe()
{
document.getElementById("frame1").src="http://www.instamapper.com/ext?key=8299193497118392892&width=520&height=800&zoom=12&type=roadmap&units=metric&coords=d"
setTimeout("refreshiframe()",60000);
}
</script>
</head>
<body onload="refreshiframe();">
<b><a href="#" onclick="openPopup('http://www.instamapper.com/ext?key=8299193497118392892&width=520&height=800&zoom=12&type=roadmap&units=metric&coords=d')">GEOLOCALISATION TEMPS REEL</a></b>
</body>
</html> |
Partager