Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

200
Views
Poner imágenes en un marco, hacer clic en la imagen, abrir esa imagen en un marco diferente

Estoy tratando de configurar una galería de imágenes que permita que una imagen del marco central se abra en el marco principal. Lo tengo configurado ahora mismo para permitir que las personas desplacen las imágenes un cuadro hacia abajo. Si puedo hacer que la imagen se abra en otro marco para que las personas no tengan que desplazarse hacia arriba, ese sería mi objetivo final.

Gracias de antemano por cualquier y toda ayuda, esto es lo que tengo hasta ahora.

 <script> function myFunction(imgs) { var expandImg = document.getElementById("expandedImg"); var imgText = document.getElementById("imgtext"); expandImg.src = imgs.src; imgText.innerHTML = imgs.alt; expandImg.parentElement.style.display = "block"; } </script> <a href="01.png" target="middle" onclick="myFunction(this);"> <img src="01.png" style="width:150px; height:150px;"> </a> <br>

La página de índice que contiene la información de los marcos.

 <FRAMESET ROWS="65px,*" frameborder="0"> <FRAME SRC="top.html" NAME=top scrolling="no"> <frameset cols="150,150,700" frameborder="0"> <frame src="content.html" name="content" scrolling="yes"> <frame src="middle.html" name="middle" scrolling="yes"> <frame src="main.html" name="main" scrolling="no"> </frameset> </frameset>
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!