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

PopUpWindow Should Always Stay on Top of Parent Window

Status
Not open for further replies.

bansi

Programmer
May 23, 2001
3
US
The requirement is to display popup window which always stay on the top of opener (i.e. parent window) . These popup window acts as a Look Up Table and user should be able to enter values into textfield of parent window by looking at popup window.
After typing the values the user closes the popup window by clicking on close button.
I have used OnBlur=self.focus() but it doesn't allow me to enter values into parent window.
Thanks for your time in advance.
 
Unless you resize your windows so that they can both fit horizontally across your screen, then I don't think you can do that. If you can, no one around here has ever offered a good solution, as this question has been asked before...

Another approach might be to use frames and put it in its own frame, but I'm not sure if that would work for you.

:)
Paul Prewett
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top