Javascript Reporting
When a MyConnection Server test completes, you can call a Javascript function with the results. You can
specify below the name of the Javascript function and the arguments which are passed to it. The following substitutions are
made in the arguments list:
General items
`$MSSID$` - server test ID number
`$DETAILLINK$` - link to the test's audit report on the server
$PLUGINSJAVASCRIPTDATA$
For example, specifying
mss(`$SPEED.DSPEED$`, `$SPEED.MAXPAUSE$`) will cause the function
mss to be called with two
arguments: the first the download speed; the second the maximum pause between data transfers.
Javascript reporting function
Session ID Reporting
Enter text in this field to enable 'Session ID' (SID) reporting. The SID is a text field
editable by the end user and recorded on the server alongside the results. It allows you to ask your end user for their
name, employee id, session ID, or anything else you want. Keep in mind that the end user
can then input any text they want (which may not be what you want or expected).
You can set the SID 'param' value in the web page and make the field uneditable by placing an "*" before the SID value, as
below. This option enables you to automatically pass a string as the SID value.
<param name="SID" value="*UKnetwork">
Otherwise, the text you enter below will appear as the prompt for the user to enter their SID.