![]() |
Sergey Kornilov admin 11/13/2013 |
It won't work that way. Anything Javascript related won't be shown to the end user until server side code is fully processed. |
V
|
vic4nze author 11/13/2013 |
It won't work that way. Anything Javascript related won't be shown to the end user until server side code is fully processed. Try to output something right to the screen right from the event code. Not guaranteed to work either as browser may cache the output.
|
![]() |
Sergey Kornilov admin 11/13/2013 |
This is a complicated task and solution will be completely different depending on what sort of task you need to track. In your case you can try simple echo statement from BeforeAdd event. |