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 strongm 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: *

  1. patelekta

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

    I get answer to all my question, I can access a popup window even after refreshing it's parent or without having it's reference. You can see more dertail on my blog http://ektaraval.blogspot.com/2011/05/how-to-set-focus-to-child-window.html Thanks Ekta
  2. patelekta

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

    Thanks a lot vacunita for your reply. I am still searching on this seems like I almost get the solution as per my requirement, I will post it once tested properly...
  3. 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