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!

on window close reload parent window images only

Status
Not open for further replies.

hablablow

Programmer
Sep 9, 2000
115
FR
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=&quot;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.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top