Windows

  • Thread starter Thread starter Josh
  • Start date Start date
J

Josh

Help Please...

I have a list window and a details window. Click on an item in the list and
the details window opens ok.

Click on the list again and the details window repopulates ok, but... the
details window is behind the list window.

How can I bring it to the front?

Help appreciated thanks.
 
when you open the second window give it a reference to an object then set
focus to it, et voila the second window will jump to front

e.g
winOb=window.open(url,name,option)
winOb.focus();
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top