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

192
Visualizações
Cambiar el código javascript según el valor de entrada

Estoy haciendo un programa que oculta tu historial por lo que buscas

 function bruh() { var win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var f = win.document.createElement("iframe"); window.focus(); var url = "URLINPUT"; if (!url) return; f.style.width = "100%"; f.style.height = "100%"; f.style.border = 'none'; f.style.margin = '0'; win.document.body.appendChild(f); f.src = url }

entonces ingresan una url. y la URLINPUT cambia a lo que están tratando de buscar

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

0

Haz de url un parámetro de función.

 function bruh(url) { if (!url) return; var win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var f = win.document.createElement("iframe"); f.style.width = "100%"; f.style.height = "100%"; f.style.border = 'none'; f.style.margin = '0'; win.document.body.appendChild(f); f.src = url }

Entonces su campo de búsqueda puede ser algo como:

 <input id="search" onchange="bruh(this.value)">
about 4 years ago · Juan Pablo Isaza Relatório

0

Puede usar parámetros en su función.

 function bruh(url) { var win = window.open(); win.document.body.style.margin = '0'; win.document.body.style.height = '100vh'; var f = win.document.createElement("iframe"); window.focus(); // url is already declared in function if (!url) return; f.style.width = "100%"; f.style.height = "100%"; f.style.border = 'none'; f.style.margin = '0'; win.document.body.appendChild(f); f.src = url }
 <html> <body> <form> <input type="text" id="text" placeholder="Please type a URL!" onchange="bruh(this.value);" value="Please type a URL!"> </form> </body> </html>

Esto ejecutará la función cuando la entrada cambie con el valor de la entrada de texto.

Más información está en MDN

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