InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Trigger Event () And Post Event ()? |
|
Answer» The former EXECUTES the specified event’s SCRIPT RIGHT away while the latter posts the request in the operating system’s MESSAGE queue. The former executes the specified event’s script right away while the latter posts the request in the operating system’s message queue. |
|