Javascript para el código URL
Quiero hacer en mi web un formulario para que los que lo visiten intruduzcan una dirección de una web -por ejemplo www.arrakis.es/~corcus- y que dando al botón ACEPTAR esta dirección sea recogida en otro archivo (ejemplo.htm) con el siguiente código HTML:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="10; URL=NOMBRE DE LA WEB">
<title></title>
</head>
<body>
</body>
</html>
</body>
</html>
Donde NOMBRE DE LA WEB=www.arrakis.es/~corcus (valor que introduzcas en el formulario).
¿Hay alguna manera de programar en Javascript para conseguir esto? Y en caso afirmativo ¿qué código tendría que introducir en los archivos *.htm?
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" content="10; URL=NOMBRE DE LA WEB">
<title></title>
</head>
<body>
</body>
</html>
</body>
</html>
Donde NOMBRE DE LA WEB=www.arrakis.es/~corcus (valor que introduzcas en el formulario).
¿Hay alguna manera de programar en Javascript para conseguir esto? Y en caso afirmativo ¿qué código tendría que introducir en los archivos *.htm?
Respuesta de xelenco2
1
1 respuesta más de otro experto
Respuesta de bruckner
1