iframe1.htm
634 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 é um exemplo de uso do i3Geo em um elemento IFRAME.
<p>Neste caso, o iframe chama diretamente o ms_criamapa.php
para inicializar o i3geo, o que não permite controlar o
tamanho do mapa.
<br>
<iframe style="width:700px;height:500px" src="../ms_criamapa.php" />
</body>
</html>