|
 |
Example 6:
changing some of the applet's parameters If you run the applet included in test2_http.html, you will see that at the applet startup, a
configuration will be automatically loaded, the DataServer will be enabled and the menu
bar and the database viewer will not be visible. Changing the applet's parameters can do
this, as it is shown below.
<param name=START_CONFIG
value="SeveralWindows">
<param name=AUTO_START value="TRUE">
<param name=MENU_BAR value="FALSE">
<param name=DBVIEW value="FALSE">
The configuration, which is loaded here, is a set of several
other configurations. Using the keyword "MultipleWindows" in the configuration
list (ConfigList.txt) does this, as it is shown below.
SeveralWindows MultipleWindows Tanks C_panel Trend |