#1• Alguien que lo facilite. |
#2• *Sigh* Pero si te lo acabamos de deciiiir ¬¬ |
#3• También con este si te interesa: |
#4• Escrito originalmente por LAZSLO Alguien que lo facilite. Ya tienes tiempo en el foro, te comportas como los nuevos que ponen varios temas iguales para que les ayudengracias. un saludo. |
#5• Que paciencia hay que tener contigo maicol. |
#6• Script # 1 Codigo: <html> Script # 2 <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> Codigo: <html> Script # 3 (dependiendo de la resolución) <head> <!-- Copiar dentro del tag HEAD --> <meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com"> </head> <body> </body> </html> Codigo: <!-- Esta debería ser tu página de inicio --> Espero que les sirva a muchas personas...<!-- 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> |
#7• Escrito originalmente por Vascoeuscaro Script # 1 Codigo: <html> Script # 2 <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> Codigo: <html> Script # 3 (dependiendo de la resolución) <head> <!-- Copiar dentro del tag HEAD --> <meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com"> </head> <body> </body> </html> Codigo: <!-- Esta debería ser tu página de inicio --> Espero que les sirva a muchas personas...<!-- 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> 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 |
#8• Escrito originalmente por gaf Escrito originalmente por Vascoeuscaro Script # 1 Codigo: <html> Script # 2 <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> Codigo: <html> Script # 3 (dependiendo de la resolución) <head> <!-- Copiar dentro del tag HEAD --> <meta HTTP-EQUIV="Refresh" CONTENT="3; URL=http://www.tu-sitio.com"> </head> <body> </body> </html> Codigo: <!-- Esta debería ser tu página de inicio --> Espero que les sirva a muchas personas...<!-- 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> vale que esos no los conocía... Claro que si! |
#9• ¡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 | ||||
Tema | Usuarios | Respuestas | Visitas | Actividad |
---|---|---|---|---|
Por: alexis1237, el 23/Mar/2009, 04:47 | 2 | 2k | Mar/09 | |
Por: lucsan, el 19/Jun/2006, 14:44 | 1 | 8k | Jun/06 | |
Por: priamo3, el 01/Oct/2014, 20:14 | 0 | 2k | Oct/14 | |
Por: User 2616559, el 22/Oct/2013, 09:41 | 0 | 3k | Oct/13 | |
Por: bruno999, el 09/Dic/2008, 18:45 | 3 | 3k | Apr/09 |