Mattie
September 6th, 2001, 13:04
I am trying to build popup windows in my site for explanatory purposes. When a visitor clicks a certain term, a window is opened in which the term is further explained.
I use this command:
<a onClick="MM_openBrWindow('Lexikon.htm#fileset','Jargon','scrollbars=y es,width=450,height=200')" target="_blank">term to be explained</a>
Now I run into a problem:
If I don't close the popup window and click another term in the parent window, the content of the popup window is updated, but the popup gets behind the parent window. However, when I first close the popup, then it is opened on top of the parent window when I click another term.
I need the popup to open or re-open on top every time a term is clicked in the parent window.
Anybody have a solution for me?
Thanks
Mattie
I use this command:
<a onClick="MM_openBrWindow('Lexikon.htm#fileset','Jargon','scrollbars=y es,width=450,height=200')" target="_blank">term to be explained</a>
Now I run into a problem:
If I don't close the popup window and click another term in the parent window, the content of the popup window is updated, but the popup gets behind the parent window. However, when I first close the popup, then it is opened on top of the parent window when I click another term.
I need the popup to open or re-open on top every time a term is clicked in the parent window.
Anybody have a solution for me?
Thanks
Mattie