Ver Mensaje Individual
  #1 (permalink)  
Antiguo 21/07/2007, 22:31
Avatar de ASCENDEDMASTERS
ASCENDEDMASTERS
 
Fecha de Ingreso: julio-2005
Ubicación: Pergamino, Buenos Aires
Mensajes: 302
Antigüedad: 19 años, 4 meses
Puntos: 1
funciona en firefox pero no en ie

Código:
<html>
<head><title>hola</title>
<script language="JavaScript">
<!--
function abc(){
	var b="";
	var x={hola:"saludo"};
	var i;
	for(i in x)
		b+=x[i]+"<br>";
	document.getElementById('redirect2').innerHTML=b;
	//document.write(b);
	return;
}
</script>
</head>
<body onLoad="abc()"> <!--<div-->
<div id="redirect2"></div>
</body>
</html>

que le tengo que modificar para que funcione en ie (internet explorer)?

Gracias
__________________
Dios es la unica fuente de todo bien.