ajax - http packets in dynamic web pages -


i want know in web pages yahoo every example 5 min news changes, send http packet server? if want implement feature ajax need send http packet again? can 1 explain dynamic structure(like updating news)for me.

you can find out what's going on on page: example use firefox , download firebug addon. open firebug after installation , open network tab. may have enable it. reload page in question, you'll see evere request made. , of course see timed requests done later update page. details pretty thorough.

this how firebug network tab looked after posting first paragraph of answer:

enter image description here


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -