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

86
Visualizações
Change website when redirecting from another page

I have a main page that redirects to another page called example.com

the code of the main page is:

 <! DOCTYPE html>
 <html>
 <body>

 <h2> Redirect to a Webpage </h2>
 <p> The replace () method replaces the current document with a new one: </p>

 <button onclick = "myFunction ()"> Replace document </button>

 <script>
 function myFunction () {
   location.replace ("https://www.example.com")
 }
 </script>

 </body>
 </html>

example.com shows "Original Webpage" if you enter directly the code for example.com is:

 <! DOCTYPE html>
 <html>
 <body>

 <h2> Original Webpage </h2>
 </body>
 </html>

I want that when redirecting from the main page to example.com, example.com shows "modified page". then you should change <h2> Original Webpage </h2> from main page before entering example.com

! I don't own example.com !

about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

you cant change other sites' content. If it would possible, someone could redirect user to (for example) Amazon, changing its code to hijack login/password or credit card info.

Browsers have special checks to insure content of the site in address bar is genuine

about 4 years ago · Juan Pablo Isaza Relatório

0

Considering you own example.com.

The redirecting url could include a parameter:

location.replace("https://www.example.com/?redirected=true")

On example.com you could check if that parameter exists:

if (new URL(location.href).searchParams.get('redirected')) == 'true') {
  document.querySelector('h2').textContent = "modified page"
}
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