19/11/2008, 14:32
|
| | | Fecha de Ingreso: abril-2005
Mensajes: 51
Antigüedad: 19 años, 7 meses 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>
|