exemplo.htm
625 Bytes
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<script type="text/javascript" src="../../classesjs/i3geo.js"></script>
</head>
<body name="ancora" id="i3geo" class=yui-skin-sam >
<script type="text/javascript">
i3GEO.configura.locaplic = i3GEO.util.protocolo()+"://"+window.location.host+"/i3geo";
var l = i3GEO.barraDeBotoes.LISTABOTOES;
var b = l.length-1;
do{
if (l[b].iddiv == "exten"){
if(l[b].conteudo)
{eval('$i("teste").innerHTML = "'+l[b].conteudo+'"');}
if(l[b].funcaoonclick){
l[b].funcaoonclick.call();
}
}
}
while (b--);
</script>
</body>
</html>