Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <center>
- <script
- src="http://maps.googleapis.com/maps/api/js">
- </script>
- <script>
- var intRnd=Math.floor(Math.random()*89.9999999);
- var inttRnd=Math.floor(Math.random()*119.9999999)-120;
- var myCenter=new google.maps.LatLng(intRnd,inttRnd);
- var marker;
- function initialize()
- {
- var mapProp = {
- center:myCenter,
- zoom:5,
- mapTypeId:google.maps.MapTypeId.HYBRID
- };
- var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
- var marker=new google.maps.Marker({
- position:myCenter,
- animation:google.maps.Animation.BOUNCE
- });
- marker.setMap(map);
- }
- google.maps.event.addDomListener(window, 'load', initialize);
- </script>
- </head>
- <body>
- <div id="googleMap" style="width:500px;height:380px;"></div>
- <font color="red">
- <center>
- <h2>Refresh Browser For A Random Desination!!
- </center>
- </body>
- </html>
Add Comment
Please, Sign In to add comment