Avatar Image
Okupa del foro
Okupa del foro

Alguien que lo facilite.
gracias.

un saludo.

Avatar Image
Okupa del foro
Okupa del foro

*Sigh* Pero si te lo acabamos de deciiiir ¬¬
http://miarroba.com/foros/ver.php?foroid=152498&temaid=953250&msgid=6674592

<html>
<head><title>Título</title>
<script languaje="javascript"><!--
location.href="http://(direccion).php';
</script>

<meta http-equiv="refresh" content="0; url=http://(dirección).php">
</head>
<body><center><p>¡Bienvenido al foro de <a href="http://(dirección).php"><big>Lo + Balonmano</big></a>!</p>
<p>Pulsa <a href="http://(dirección).php">aquí</a> para entrar al foro.</p></center>
</body>
</html>


¿Te vale así, chavalote?

Y te recuerdo: el enlace manual es absolutamente IMPRESCINDIBLE, lo demás (el script y el Meta) te lo puedes saltar si quieres.

Avatar Image
Machacateclados
Machacateclados

También con este si te interesa:

<script>location='pagina.html'</script>

Saludos !!!

Avatar Image
@man / @woman
@man / @woman
Escrito originalmente por LAZSLO
Alguien que lo facilite.
gracias.

un saludo.
Ya tienes tiempo en el foro, te comportas como los nuevos que ponen varios temas iguales para que les ayuden
Avatar Image
Okupa del foro
Okupa del foro

Que paciencia hay que tener contigo maicol.
Kitsune Irani,no lei bien tu post y por eso lo pregunte aqui otra vez.Gracias de nuevo,y a ti tambien electros.
maicol dedicate al porno que es lo que te gusta,y a los demas intenta dejarnos tranquilos,porque yo no tengo porque tener que aguantar una reprobacion tuya.

User 479801
User 479801
Okupa del foro
Okupa del foro

Script # 1

Codigo:
<html>
<body>
<!-- Copiar dentro del tag BODY (setTimeout es opcional) -->

<script LANGUAGE="JavaScript">

var pagina="http://www.tu-sitio.com"
function redireccionar()
{
location.href=pagina
}
setTimeout ("redireccionar()", 1000);

</script>

</body>
</html>
Script # 2
Codigo:
<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com">
</head>

<body>
</body>
</html>
Script # 3 (dependiendo de la resolución)
Codigo:
<!-- Esta debería ser tu página de inicio -->
<!-- Modificar únicamente las direcciones url -->

<html>

<head><script LANGUAGE="JavaScript">

function redireccionar() {
var url640x480 = "http://www.tu-sitio.com/640x480";
var url800x600 = "http://www.tu-sitio.com/800x600";
var url1024x768 = "http://www.tu-sitio.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}

</script>

<title></title>
</head>

<body onLoad="redireccionar()">
</body>
</html>
Espero que les sirva a muchas personas...
Avatar Image
Moderador
Moderador
Escrito originalmente por Vascoeuscaro
Script # 1

Codigo:
<html>
<body>
<!-- Copiar dentro del tag BODY (setTimeout es opcional) -->

<script LANGUAGE="JavaScript">

var pagina="http://www.tu-sitio.com"
function redireccionar()
{
location.href=pagina
}
setTimeout ("redireccionar()", 1000);

</script>

</body>
</html>
Script # 2
Codigo:
<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com">
</head>

<body>
</body>
</html>
Script # 3 (dependiendo de la resolución)
Codigo:
<!-- Esta debería ser tu página de inicio -->
<!-- Modificar únicamente las direcciones url -->

<html>

<head><script LANGUAGE="JavaScript">

function redireccionar() {
var url640x480 = "http://www.tu-sitio.com/640x480";
var url800x600 = "http://www.tu-sitio.com/800x600";
var url1024x768 = "http://www.tu-sitio.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}

</script>

<title></title>
</head>

<body onLoad="redireccionar()">
</body>
</html>
Espero que les sirva a muchas personas...


vale que esos no los conocía...
De interés Público
NO AGREGARME COMO AMIGO, gracias
Asuntos claros en los temas
Consultas en temas no afines serán borradas
Tratemos de expresarnos bien, que así da gusto leer


Avatar Image
Foro por via intravenosa
Foro por via intravenosa
Escrito originalmente por gaf
Escrito originalmente por Vascoeuscaro
Script # 1

Codigo:
<html>
<body>
<!-- Copiar dentro del tag BODY (setTimeout es opcional) -->

<script LANGUAGE="JavaScript">

var pagina="http://www.tu-sitio.com"
function redireccionar()
{
location.href=pagina
}
setTimeout ("redireccionar()", 1000);

</script>

</body>
</html>
Script # 2
Codigo:
<html>
<head>
<!-- Copiar dentro del tag HEAD -->
<meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com">
</head>

<body>
</body>
</html>
Script # 3 (dependiendo de la resolución)
Codigo:
<!-- Esta debería ser tu página de inicio -->
<!-- Modificar únicamente las direcciones url -->

<html>

<head><script LANGUAGE="JavaScript">

function redireccionar() {
var url640x480 = "http://www.tu-sitio.com/640x480";
var url800x600 = "http://www.tu-sitio.com/800x600";
var url1024x768 = "http://www.tu-sitio.com/1024x768";
if ((screen.width == 640) && (screen.height == 480))
window.location.href= url640x480;
else if ((screen.width == 800) && (screen.height == 600))
window.location.href= url800x600;
else if ((screen.width == 1024) && (screen.height == 768))
window.location.href= url1024x768;
else window.location.href= url640x480;
}

</script>

<title></title>
</head>

<body onLoad="redireccionar()">
</body>
</html>
Espero que les sirva a muchas personas...


vale que esos no los conocía...

Claro que si!
Avatar Image
Okupa del foro
Okupa del foro

¡Dejad de citar los mensajes enteros, carajo! Cuando se cita un mensaje, SE BORRA aquello a lo que no vayas a responder. Y no citéis si no hace falta. Si vais a dar una respuesta al mensaje entero, RESPONDED SIN CITAR, especialmente si es el mensaje más reciente.

ATENCIÓN: Este tema no tiene actividad desde hace más de 6 MESES,
te recomendamos abrir un nuevo tema en lugar de responder al actual
Opciones:
Ir al subforo:
Permisos:
TU NO PUEDES Escribir nuevos temas
TU NO PUEDES Responder a los temas
TU NO PUEDES Editar tus propios mensajes
TU NO PUEDES Borrar tus propios mensajes
Temas similares
TemaUsuariosRespuestasVisitasActividad
Por: , el 23/Mar/2009, 04:47
alexis1237 chavp GestionXls22kMar/09
Por: , el 19/Jun/2006, 14:44
lucsan chavp17kJun/06
Por: , el 01/Oct/2014, 20:14
priamo302kOct/14
Por: User 2616559, el 22/Oct/2013, 09:41
User 261655903kOct/13
Por: , el 09/Dic/2008, 18:45
bruno999 Ivan_12345 chavp MaIcOl33kApr/09