I need to change a part of my web page content dynamically
without refreshing the entire page. Like Myspace or Facebook users gallery.
Does anybody know of any useful scripts
with a working back button and changing address URL accordingly?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it is a simple update I’d user jQuery to periodially poll something in the background and update the page accordingly.
http://docs.jquery.com/Ajax
This could be a lot better and handle when the text hasn’t changed and error handling etc but is a start.
If you need it to be instant your looking at Comet but in general it adds a lot of complexity so I’d stay away out of simplicity.
http://en.wikipedia.org/wiki/Comet_%28programming%29