Changes between Version 8 and Version 9 of PlugIns/HTML/htmlmonitor
- Timestamp:
- 12/04/14 10:36:35 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/HTML/htmlmonitor
v8 v9 35 35 == Monitoring Web Applications == 36 36 37 To monitor web applications, the JavaScript provided by the monitor needs to integrated into each page of the web application. For example, if a monitor is running on host {{{host}}} and port {{{1234}}}, then each page of the web application must integrate the following JavaScript37 To monitor web applications, the JavaScript provided by the monitor needs to be integrated into each page of the web application. For example, if a monitor is running on host {{{host}}} and port {{{1234}}}, then each page of the web application must integrate the following JavaScript 38 38 {{{ 39 39 <script type="text/javascript" src="http://host:1234/script/autoquest-htmlmonitor.js"></script>