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.
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.