Hi there,
I have a parent window (A) which calls a child window (B) containing two frames. I have a timer in A and starts when the A loads. At the same time, A opens B. B is supposed to call the stop timer function in A.
If I wait for B to finish loading and then close B, the timer in A is stopped. But the timer DOES NOT stop when B is closed before it finishes loading. Does anyone know why??
I have a parent window (A) which calls a child window (B) containing two frames. I have a timer in A and starts when the A loads. At the same time, A opens B. B is supposed to call the stop timer function in A.
If I wait for B to finish loading and then close B, the timer in A is stopped. But the timer DOES NOT stop when B is closed before it finishes loading. Does anyone know why??