phani
10-22-2003, 11:01 AM
Hi,
I have page with two frames. In one frame i am displaying list of records in the top frame. On clicking on the record in the top frame the details of the record is displayed in the bottom frame where the user can edit the fields. once the user modifies the values in the bottom frame the changed values should be reflected in the top frame. so iam reloading the page in the top frame after submit the bottom frame. Here before the data is modified in the database the top frame is retrieving the data from the database and displaying . hence again the old data is getting displayed. so what i want is to delay the top frame for some time probably for 2 seconds so that the data gets submitted in the databse. can any one tell how can i do it or what is the better way to do it.
phani.
I have page with two frames. In one frame i am displaying list of records in the top frame. On clicking on the record in the top frame the details of the record is displayed in the bottom frame where the user can edit the fields. once the user modifies the values in the bottom frame the changed values should be reflected in the top frame. so iam reloading the page in the top frame after submit the bottom frame. Here before the data is modified in the database the top frame is retrieving the data from the database and displaying . hence again the old data is getting displayed. so what i want is to delay the top frame for some time probably for 2 seconds so that the data gets submitted in the databse. can any one tell how can i do it or what is the better way to do it.
phani.