Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Which event to catch when frame content is changed


Message #1 by iperedunova@f... on Tue, 9 Apr 2002 22:02:45
I have a form in one frame, the results from submitting go another frame 
in the same window. When result comes, I need to analyze it and proceed 
depending on the result. Currently I put JavaScript which does analysis on 
onmouseout event on the submit button. To eliminate multiple calls I set 
the flag when the form was actually submitted. That seems as a silly way 
of doing that. How can I know that the other frame got the results back 
from the server.

Any clue will be appreciated.

  Return to Index