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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sbueffel

  1. sbueffel

    Maintain focus in popup window?

    Thank you, Trollacious. Works perfectly now. Base on what I am seeing, the code actually checks to see if the window is open, and if so closes it before opening a new one. So it really isn't changing the focus back to the popup window, because it is a different one. Is this because it is too...
  2. sbueffel

    Maintain focus in popup window?

    Thanks for your help. You'll have to forgive my incompetence when it comes to scripting...I took that code and added it to one of my pages, but it didn't change anything. So I did my best manipulate the code to do what I thought might make it work. All I did was break my original function...
  3. 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