01/09/2005, 03:13
|
| | Fecha de Ingreso: agosto-2005
Mensajes: 53
Antigüedad: 19 años, 5 meses Puntos: 0 | |
Código:
<html>
<head>
<script language="javascript">
function aCargar() {
document.getElementById("pepe").innerHTML = "<IFRAME SRC=\"http://www.google.es\" WIDTH=\"100\" HEIGHT=\"100\"></IFRAME>";
}
</script>
</head>
<body topmargin=0 leftmargin=0 onLoad="javascript:aCargar();">
<div id="pepe" style="position:absolute;top:100;left:100;width:100;height:100;visibility:visible;">
</div>
</body>
</html>
es lo que pretendias?
__________________ "el cliente siempre tiene la razón":arriba::stress: |