Ver Mensaje Individual
  #4 (permalink)  
Antiguo 19/11/2008, 14:32
Avatar de EPROM
EPROM
 
Fecha de Ingreso: abril-2005
Mensajes: 51
Antigüedad: 19 años, 1 mes
Puntos: 3
Respuesta: problemas para abrir una url

O... esto???

Código:
<html>
<head>

<script language="JavaScript">
function abrepagina() {
window.location.href = "http://www.forosdelweb.com";
}
</script>

</head>
<body onLoad="abrepagina()">

</body>
</html>