Hi
I want to know How to make the page reload asynchronous, for example if someone has received a message , the last message will appear without refreshing the page. just like facebook. thank you.
Hi I want to know How to make the page reload asynchronous, for example
Share
You would have to use something like JQuery & Javascript to poll the server for changes and display them on the page in a div.
This will update the div with ID myDiv every second with the data from http://www.domain.com/url passing in data is a param (you will have to define ‘data’)