Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

216
Vistas
What is the fastest way to redirect a page to another url?

I want to redirect my blogger website to a external url There is tow code to do that

  1. Using meta tag <meta http-equiv="Refresh" content="0; url='https://google.com'
  2. Javascript <script>window.location.href = "https://google.com";</script>

I want to know what is the fastest way to redirect and what is the most supported method by browsers?

about 4 years ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Having your site redirect your users would determine on how you want to accomplish this.

If you want it to auto load after a few seconds.

<meta http-equiv="refresh" content="5"; url="https://www.google.com"/>

The "content=5" allows you to set the time frame (in seconds) on how fast/slow you want your website to redirect your users.

Otherwise, if you want them to click on a button to activate your redirect,

<button type="button" href="https://www.google.com">Refresh</button>

This will allow your users to click on the button and your website is replaced with the new on. If you want your website to stay opened up, and want the new website in a new tab, use this code;

<button type="button" href="https://www.google.com" target="_blank">Refresh</button>
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda