iframe2.htm 588 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<script type="text/javascript" src="../classesjs/i3geo.js"></script>
	<style> 
p{font-size:16px;text-align:left;padding:10px;}
	</style> 
</head>
<body style="background:white;text-align:left; width:500px">
<p>Este &eacute; um exemplo de uso do i3Geo em um elemento IFRAME.
<p>Neste caso, o iframe chama uma interface que permite controlar o tamanho do mapa.
<br>
<iframe style="width:525px;height:380px;overflow:hidden" src="mashup6.htm" />
</body>
</html>