|
report_url |
Top Previous Next |
|
Description:
report_url defines the URL for showing the Session Report when clicking the "Report" button on Java Applet.
Syntax:
string, full URL with http://
By default, this is disabled because you need to setup statistics with database in order to use this feature. To enable this, set "report_url_enabled" parameter to "1" (see below)
Example:
<param name="report_url" value="http://servername/SpeedCheck_report.php/aspx"> <param name="report_url_frame" value="_self"> <param name="report_url_enabled" value="1">
Note:
It is mandatory to define in the HTML even it is not being used. This parameter MUST BE used with "report_url_frame" and "report_url_enabled".
Example:
You can get the Session report by providing the session_id: http://servername/SpeedCheck_report.php/aspx?session_id=xxxxxxxxxxxxxxxxxxxxx
Please refer to Chapter (3) for screenshot and examples. |