Hi, I have a document in which there are two frames, in the top frame a form is submitted and then some remaining statements are executed. when this form is submitted some java processing is done and a report is generated which is displayed in the second frame. what is happening is that after the form is submitted, the java processing takes place in the second frame and meanwhile the first frame continoues with its execution but I want that the remaining statements of the first frame should be executed after the report has loaded in the second frame. How can i make the first frames wait for the second frame to load completely? Thanks, Himi