views:

48

answers:

4

hi

I want to display 5 records from a database with in a td one after another (about 60sec). How will i do this, with out the need of page refreshing? I don't know any idea about ajax

A: 

In this case, have to use ajax

Endagar
A: 

So you want the contents of one cell be replaced continually? In that case, you have to use AJAX to retrieve your data and a timer to trigger this retrieval and contents change.

Marcel Korpel
A: 

You don't have to use AJAX. You can put the content you want to refresh in an iframe, and the framed webpage will have a meta refresh header. This type of thing has been done for years before AJAX existed.

Dan Grossman
A: 
pavun_cool