Changes between Version 11 and Version 12 of PlugIns/HTML/htmlmonitor
- Timestamp:
- 12/04/14 10:39:24 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PlugIns/HTML/htmlmonitor
v11 v12 35 35 == Monitoring Web Applications == 36 36 37 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 in tegrate 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 include the following JavaScript 38 38 {{{ 39 39 <script type="text/javascript" src="http://host:1234/script/autoquest-htmlmonitor.js"></script>