G
Guest
Problem: I want a table row appear to flash.
How might i do this? I tried a do loop with a delay, but of course it is running on the server and the page does not get refreshed. Is there a way to do this without having to go back to the server
In the exe world i would just have a thread that sleeps 500 ms, then based on the current backcolor it woud change it, this would create a flashing type view.
Any ideas
Thanks Eric.
How might i do this? I tried a do loop with a delay, but of course it is running on the server and the page does not get refreshed. Is there a way to do this without having to go back to the server
In the exe world i would just have a thread that sleeps 500 ms, then based on the current backcolor it woud change it, this would create a flashing type view.
Any ideas
Thanks Eric.