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 Rhinorhino 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: pygmalion3
  • Content: Threads
  • Order by date
  1. pygmalion3

    Multiple Conditionals

    I've been trying to create a javascript function that goes through a series of conditionals to check for specific open windows, and, provided they're there, re-focus them. Here's part of the script I'm using: function recallPopUps(){ if ( (! (typeof firstWin == "undeclared") ) && ( ...
  2. pygmalion3

    referencing pop-ups (attempt #2)

    I'm having the hardest time finding out how to focus specific pop-ups on command. I'm told that if I name the window attributes upon opening, like so: WindowName=window.open("doccument.html") that I can reference that window from other windows. Also that I can re-focus said window by...
  3. pygmalion3

    recalling pop-ups

    Is it possible to create a link in one window that will recall an already open pop-up window to the top -OR- Is there a way to keep a pop-up at the top while another window is active? Thanks in advance, pyg
  4. pygmalion3

    recalling pop-ups

    Is there a way I can create a link that will bring an already open pop-up window to the top?

Part and Inventory Search

Back
Top