Ver Mensaje Individual
  #6 (permalink)  
Antiguo 13/08/2010, 11:21
kilme
 
Fecha de Ingreso: octubre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Redireccionar si hay conexión

muchisimas gracias por las respuestas, finalmente lo arme de esta forma. Solo que funciona unicamente en Explorer.

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
<html xmlns="http://www.w3.org/1999/xhtml"> 
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 
<title>Documento sin t&iacute;tulo</title> 


</head> 

<body> 
<script>document.write('<img src=http://www.mundoprimula.com/placa.png style="display:none" var pagina="http://www.mundoprimula.com.ar" var pagina2="local/index.html" onload="location.href=pagina" onerror="location.href=pagina2" />');</script> 
</body> 
</html>