Hello Everyone, In my application i am using xmlHttp that is calling by a javascript function to check the online user. this xmlhttp called a asp page that checks the current status and response by response.write . this functionality is going well but now i want to check another thing along with user status, that is is there any new chat message for that particular user if any then the it should be visible on user window.
now i want that in that( which is using for checking user status) asp page the new chat messaged be also checked so that no other function or other xmlhttp be created.
so please tell me something how should i handle it.