In a popup the user can close the window on a link.
The problem appears on netscape on open and close window, it blocks animated gifs on parent window.
The idea was to reload the parent so that animated gifs restart, on closing the child window.
But, it reloads all parent window wich is a quite long operation if you have large document.
The trick would be to reload only the appropriate gifs.
Here is the code i use to reload parent window
<a href="javascript:close(); opener.location.reload(true)>
I think it is possible to reload only defined images but i don't know the proper syntax.
If you could help me ?
Thanks alot for your incomming messages.
Hablablow.
The problem appears on netscape on open and close window, it blocks animated gifs on parent window.
The idea was to reload the parent so that animated gifs restart, on closing the child window.
But, it reloads all parent window wich is a quite long operation if you have large document.
The trick would be to reload only the appropriate gifs.
Here is the code i use to reload parent window
<a href="javascript:close(); opener.location.reload(true)>
I think it is possible to reload only defined images but i don't know the proper syntax.
If you could help me ?
Thanks alot for your incomming messages.
Hablablow.