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

156
Visualizações
Changing the header content of another page javascript

So I have this code where it changes the image on the other page

<div class="imgbx">
                <button onclick="window.location.href='index.html?image=images/xr-black.jpg&tit=XR-black'" >Invisible button</button>
                <img src="images/xr-black.jpg" alt="">
</div>

and this is the other page part

<img  id="image" src="images/xr-blue.jpg" alt="Grill" class="img" >
    <script>
                            const queryString = window.location.search;
                            const urlParams = new URLSearchParams(queryString);
                            const image = urlParams.get('image')
                            const tit = urlParams.get('tit')
                            
                            document.getElementById('image').src = image;
                            document.getElementById('tit').innerHTML = tit;
    
                        </script>   
    <h1 id="tit"></h1>

Now the image is changing just fine but I just can't seem to make the h1 tag to work and change the content inside

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

0

To paraphrase, you are saying that when you try and change the header on another page to match the image that changes on another page, the image changes however the header is not changing.

Have you tried using a boolean to trigger the header color change?

if imageColor = true{ h1="000000"};

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