I am loading an image into a <div> tag from an image library. I want to to refresh this <div> tag every 10sec so that new images uploaded can be seen.
Is there any good solution?
|
I am loading an image into a Is there any good solution? |
||||
|
|
I am not sure how this differs from your image rotator question. I'll provide the same suggestion, a pure JavaScript (no jQuery) solution: http://sp2010.pathtosharepoint.com/SharePoint-User-Toolkit/Pages/Image-Rotator.aspx It only works for authenticated users. For anonymous access, you'd need to use a different data source. |
|||
|
|
|
Here is what I suggest
more on timer control here: http://msdn.microsoft.com/en-us/library/system.web.ui.timer.interval.aspx more on update panel with timer control: http://ajax.net-tutorials.com/controls/timer-control/ |
|||
|
|