XuLaYmAn Posted December 28, 2006 Share Posted December 28, 2006 Hey, I need some help with Ajax. I have a Ajax control on the mainpage of my site which checks the servers in my cluster and returns there status. It is working fine, but my problem is that while this table of servers is being loaded the rest of the page becomes unaccessable. I mean if i click on any other link, it has to wait untill the Ajax script has done its work. Can you kindly tell me how can i change this so that ajax works while the rest of the page is not effected. Thank You.Regards. Quote Link to comment Share on other sites More sharing options...
ober Posted December 31, 2006 Share Posted December 31, 2006 There is an abort command you can run to cancel any AJAX command, but you'd have to know the object you're dealing with. And you'd have to put that abort call on EVERY other link on the page.My suggestion would be to set the page up so that the server status is only displayed on demand. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.