[Javascript] Onload and onunload spinner

Terry Riegel riegel at clearimageonline.com
Wed Jan 3 13:32:39 CST 2007


This is what I have that fires sometimes.

top.frames['details'].window.onload=top.frames['browse'].a;
top.frames['details'].window.onunload=top.frames['browse'].b;

My js library loads in the browse frame, and the a function turns the  
spinner off, the b turns it on.

Terry


On Jan 3, 2007, at 2:08 PM, Terry Riegel wrote:

> Hello,
>
> I have an application that uses frames. I would like to set one  
> frame to monitor what is going on in the other and turn a spinner  
> on when it unloads, and turn it off when it loads. any quick  
> thoughts on how I should proceed.
>
> Terry
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript




More information about the Javascript mailing list