wedi
(Ididit1)
1
Hi,
I have an application with url
www.test.com/module/action
If I call this url, I must get normal output with ‘200 OK’ Header and body e.g.:
"HTTP/1.1 200 OK"
…
<body>Test my<\body>
After this page was correct drawn, I want automatically called another action.
How can I do it?
Have Yii an timercall? So that I can say call my function in 100 ms.
Thanks
Writing timer by yourself is, like, one line of code.
http://www.w3schools.com/jsref/met_win_settimeout.asp