Changes between Version 1 and Version 2 of Dev_PHPCommons
- Timestamp:
- Dec 31, 2006 9:33:24 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev_PHPCommons
v1 v2 38 38 }}} 39 39 40 Delivers !JavaScript code to the client. This function s should be used for steps that are called with HTMLHTTPRequest. The JS code will be evaled and executed.40 Delivers !JavaScript code to the client. This function should be used to return responses from steps that are called with HTMLHTTPRequest. The specified JS code will be evaled and executed on the client. 41 41 42 42 {{{
