NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: zolinovak on August 20, 2007, 07:05:43 AM
-
I want display a different picture every 15 second from my image list.
How the timer function work in the nettalk?
Thanks for any help.
Zoltan Novak
-
Hi Zoltan,
ok, let's break the problem down slightly.
a) you need a netWebSource procedure to hold the image.
Inside this, use the .CreateImage method to create the HTML for the image, or just hard-code the <img> tag yourself.
This is the bit where you'll find the image name from your data file etc.
b) make sure this netWebSource has the
Generate Ajax Div ticked on, and fill in a timer.
c) "embed" this procedure on another page, using the
<!-- Net:procedurename -->
syntax.
Cheers
Bruce
-
Hi,
Is there a way to auto update a browse using a timer?
Thanks for any help,
Vic
-
yes, see advanced tab in browse settings.
Cheers
Bruce