Guest_imported
New member
- Jan 1, 1970
- 0
Hi folks;
I'm at the "know just enough to be dangerous" level.
I am trying to pop up window from a link.
If the window not exist, create and load, if exist, focus.
I seem to be running into a problem with the glosswin.closed property in the code below.
I am not sure what value to look for to tell me if the window is present or not.
If I substitute 1==1 in the eval statement, it seems to work fine.
<a href=javascript:if((glosswin.closed)==(null))void(glosswin=window.open('
Any glaring blunders?
Thanks
Dave
I'm at the "know just enough to be dangerous" level.
I am trying to pop up window from a link.
If the window not exist, create and load, if exist, focus.
I seem to be running into a problem with the glosswin.closed property in the code below.
I am not sure what value to look for to tell me if the window is present or not.
If I substitute 1==1 in the eval statement, it seems to work fine.
<a href=javascript:if((glosswin.closed)==(null))void(glosswin=window.open('
Any glaring blunders?
Thanks
Dave