Changes between Version 8 and Version 9 of PlugIns/HTML/htmlmonitor


Ignore:
Timestamp:
12/04/14 10:36:35 (9 years ago)
Author:
pharms
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PlugIns/HTML/htmlmonitor

    v8 v9  
    3535== Monitoring Web Applications == 
    3636 
    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 JavaScript 
     37To 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 
    3838{{{ 
    3939  <script type="text/javascript" src="http://host:1234/script/autoquest-htmlmonitor.js"></script>