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 Chriss Miller 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: patelekta
  • Content: Threads
  • Order by date
  1. patelekta

    How to set the focus to a child window without refreshing it?

    I am having a web page which contain four links, each link open a popup window. I am using a common JavaScript function to open popup window, as given below function OpenPopup(pageURL, title,w,h) { var left = (screen.width/2)-(w/2); var top = (screen.height/2)-(h/2); var...

Part and Inventory Search

Back
Top