|
report_url_enabled |
Top Previous Next |
|
Description:
report_url_enabled defines the enable status of report URL
By default, this feature is turned OFF. It is optional for you to use this functionary because some customers may not want to setup database. Please refer to Installation Chapter for details.
Syntax:
Integer, 0 = disabled, 1 = enabled
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. This parameter MUST BE used with "report_url" and "report_url_frame".
DISABLED: When it is disabled, you will see this when clicking the "Report" button:
ENABLED: When it is enabled, you will see this:
|