Ver Mensaje Individual
  #5 (permalink)  
Antiguo 19/01/2003, 21:00
chivi
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 889
Antigüedad: 22 años, 3 meses
Puntos: 4
Ya te dieron respuestas válidas. Por si quieres otra diferente:

<html>
<head>
<script>
if (navigator.javaEnabled() == true)
location.href= "página_con_soporte_Java"
</script>
</head>
<body>
Si te aparece éste texto es debido a que no tienes Java Habilitado.<br>
Acceda a las instrucciones aquí.
( Dónde dice aquí pones el enlace y ya está )
</body>
</html>

Sencillo


Saludos!