javascript_howto thread: Which event to catch when frame content is changed
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.
|





