i want to update some information on a web page again and again. suppose i have 3 table's in my web page & i want to update table no 2 again and again in every 30 sec. and i also not want to reload my hole web page. so what can i do. example :- http://www.stickiewicket.com/ see this section :- LIVE SCORE i want something like this. pl help me
You could place the information in an IFrame and refresh on 30 seconds intervals using a simple META refresh. That is probably the easiest option.