Hello there,
I'm not sure whether to post this problem in this forum or in Javascript forum.
I have a frameset.It has two frames.Left frame and Right frame.
The left frame has drop downbox and has a lot of selection conditions.
The right frame has a datagrid which takes the values from the database and displays it on the right frame.
PROBLEM
The data to be extracted from the database is too large on the right frame that there is a time delay of 5 seconds.I need to show an image while data is loading from the database..
WORKAROUND TRIED
I tried to put a loading please wait image on <body onload >tag and gave a 5 seconds time interval delay but the time delay is execution separately(ON JAVASCRIPT) and then the query is sent to the database(Server).
Can anybody suggest me a solution..