Kuldeep singh ranbanka Rathore wrote:Sir,
for example if we talk about any website who provides you live score(which automatically gets updated) of any game, then how can read that data(say score)
There is no one answer -- it depends on what the page is doing. And how it is getting the information from the server.
All the URL does is get the initial information for the page. This page can load tons of stuff, including javascript, flex, sl,
java, xslt, etc. etc. which make calls to the server to get more information. It may also do tons of processing too, which means if you want the "score" displayed on the page, you need to know how the page application loads the information, and how it processes it for display.
Henry