[Resolvido] Abrir URL na DIV, no IE
Galera!!!
Estou com o script abaixo, onde consigo abrir URL no brownser, porém, funciona em todos os NAVEGADORES, tipo: GOOGLE e FIREFOX, porém, no IE não.
Existe alguma outra alternativa conhecida para contornar isso...
Preciso de basicamente, IE funcione.
<style>
#conteudo, #iframe{
width: 100%;
height: 100%;
margin: 0 auto;
overflow: auto;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script>
$(function () {
$('#conteudo').html('<object id="iframe" data="http://www.ulbra.br"/>');
});
</script>Discussão (6)
Carregando comentários...