Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sbueffel
  • Content: Threads
  • Order by date
  1. sbueffel

    Maintain focus in popup window?

    I am using the following function on my website: function popup(link, w, h) { popupWin = window.open(link,'remote','width=' + w + ',height='+ h) } and then use this link to show full size images with this href: javascript:popup('image_location', 500, 380); When I follow a link for...

Part and Inventory Search

Back
Top