Ravi Bhartiya
Ravi Bhartiya

Reputation: 299

How to show loading message in right frame

We are using old frameset for our application. It divides the layout in top frame, left frame and right frame. Top and Left frames both have buttons and in right frame we show pages. on clicking of any button either in top or left frame we first check session thru jquery ajax then display page in right frame. Now we show want to show a loading message in right frame during session checking. Please let me know how can we do this ?

Upvotes: 0

Views: 121

Answers (1)

Nojan
Nojan

Reputation: 913

Of course there could be constant connection with backend code (like an interval) to output the right message in the right time in the proper frame. But if you want to handle it in the client side you better chekcout the jQuery.ba-postmessage which is for crossdomain scripting and in your case transfering data between frames.

Upvotes: 1

Related Questions