Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

210
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda