Pages

Friday, September 13, 2013

Web GIS
Index.html Page

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
-->
</style>
</head>

<body>
<table width="628" height="407" border="1">
  <tr>
    <td height="74" colspan="2" background="file:///C|/wamp/www/WebGis2/image/templatemo_banner_bg_02.jpg"><div align="center"><span class="style1">WEB GIS</span></div></td>
  </tr>
  <tr>
    <td width="93">&nbsp;</td>
    <td width="519" rowspan="7"><img src="World_Map_WSF.svg.png" width="428" height="221" /></td>
  </tr>
  <tr>
    <td><a href="Asia.html">Asia</a></td>
  </tr>
  <tr>
    <td><a href="America.html">America</a></td>
  </tr>
  <tr>
    <td><a href="South Africa.html">South Afreca</a></td>
  </tr>
  <tr>
    <td><a href="Austalia.html">Austalia</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="67">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><div align="center">
<blockquote>
  <p>&copy; Web Site By Rasika</p>
</blockquote>
<p><a href="mailto:rasikak73@gmail.com">Email:rasikak73@gmail.com</a></p>
    </div></td>
  </tr>
</table>
</body>
</html>

Asia.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
-->
</style>
<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDwpHkRLo9OXpi-6soHak5Xr7_W11n9k8M&sensor=false"">
</script>

<script>
function initialize()
{
var mapProp = {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
  mapTypeId:google.maps.MapTypeId.ROADMAP
  };
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>
</head>

<body>
<table width="409" height="407" border="1">
  <tr>
    <td height="74" colspan="2" background="file:///C|/wamp/www/WebGis2/image/templatemo_banner_bg_02.jpg"><div align="center"><span class="style1">Asia</span></div></td>
  </tr>
  <tr>
    <td width="93">&nbsp;</td>
    <td width="300" rowspan="7"><div id="googleMap" style="width:300px;height:300px;"></div></td>
  </tr>
  <tr>
    <td><a href="Index.html">Home</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="67">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><div align="center">
<blockquote>
  <p>&copy; Web Site By Rasika</p>
</blockquote>
<p><a href="mailto:rasikak73@gmail.com">Email:rasikak73@gmail.com</a></p>
    </div></td>
  </tr>
</table>
</body>
</html>

Australia.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDwpHkRLo9OXpi-6soHak5Xr7_W11n9k8M&sensor=false"">
</script>

<script>
var myCenter=new google.maps.LatLng(51.508742,-0.120850);

function initialize()
{
var mapProp = {
  center:myCenter,
  zoom:5,
  mapTypeId:google.maps.MapTypeId.ROADMAP
  };

var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);

var marker=new google.maps.Marker({
  position:myCenter,
  });

marker.setMap(map);

var infowindow = new google.maps.InfoWindow({
  content:"Hello World!"
  });

infowindow.open(map,marker);
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDwpHkRLo9OXpi-6soHak5Xr7_W11n9k8M&sensor=false">
</script>

<script>
function initialize()
{
var mapProp = {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
  mapTypeId:google.maps.MapTypeId.ROADMAP
  };
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>

<style type="text/css">
<!--
.style1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
-->
</style>
</head>

<body>

<table width="628" height="407" border="1">
  <tr>
    <td height="74" colspan="2" background="file:///C|/wamp/www/WebGis2/image/templatemo_banner_bg_02.jpg"><div align="center"><span class="style1">Austalia</span></div></td>
  </tr>
  <tr>
    <td width="93">&nbsp;</td>
    <td width="519" rowspan="7"><div id="googleMap" style="width:500px;height:380px;"></div></td>
  </tr>
  <tr>
    <td><a href="Index.html">Home</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="67">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><div align="center">
<blockquote>
  <p>&copy; Web Site By Rasika</p>
</blockquote>
<p><a href="mailto:rasikak73@gmail.com">Email:rasikak73@gmail.com</a></p>
    </div></td>
  </tr>
</table>
</body>
</html>

South Africa.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>

<script
src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDwpHkRLo9OXpi-6soHak5Xr7_W11n9k8M&sensor=false"">
</script>

<script>
function initialize()
{
var mapProp = {
  center:new google.maps.LatLng(51.508742,-0.120850),
  zoom:5,
  mapTypeId:google.maps.MapTypeId.ROADMAP
  };
var map=new google.maps.Map(document.getElementById("googleMap"),mapProp);
}

google.maps.event.addDomListener(window, 'load', initialize);
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
.style1 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
}
-->
</style>
</head>

<body>


<table width="628" height="407" border="1">
  <tr>
    <td height="74" colspan="2" background="file:///C|/wamp/www/WebGis2/image/templatemo_banner_bg_02.jpg"><div align="center"><span class="style1">South Africa</span></div></td>
  </tr>
  <tr>
    <td width="93">&nbsp;</td>
    <td width="519" rowspan="7"><p><div id="googleMap" style="width:500px;height:380px;"></div></p>
    <p>&nbsp;</p></td>
  </tr>
  <tr>
    <td><a href="Index.html">Home</a></td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="67">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><div align="center">
<blockquote>
  <p>&copy; Web Site By Rasika</p>
</blockquote>
<p><a href="mailto:rasikak73@gmail.com">Email:rasikak73@gmail.com</a></p>
    </div></td>
  </tr>
</table>
</body>
</html>

No comments:

Post a Comment