|
auto_report |
Top Previous Next |
|
Description:
Show report automacially when the Java Applet finishes the test with "auto_start"
Syntax:
Integer, 0 = disabled, 1 = enabled
Notes:
This is being used ONLY if "auto_start" is enabled.
If "report_url_enabled" is "0" you will see the simple report. If "report_url_enabled" is "1" you will see the detail report. (See Chapter 3 for Reporting details)
Example:
<param name="auto_report" value="1">
|