Is there a way to use ASP to 'push' a new image to the client every 15
seconds or so?
I guess the entire page will have to be 're-sent' to the client but I'm not
sure.
I'm trying to 'rotate' a new product image every few seconds.
I could use an animated gif or some java script maybe, but I want to keep
the file small and not have to count on the user having java script
enabled...
So, I would like to make all this happen from the server side if I can.
thanks for any help.
seconds or so?
I guess the entire page will have to be 're-sent' to the client but I'm not
sure.
I'm trying to 'rotate' a new product image every few seconds.
I could use an animated gif or some java script maybe, but I want to keep
the file small and not have to count on the user having java script
enabled...
So, I would like to make all this happen from the server side if I can.
thanks for any help.
Comment