|
The Custom Size example uses the standard HTML <width>
and <height> feature to set the size of the MyConnection Server UI panel that the user
sees.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=500 height=300>
</applet>
Explanation:
1. Using the standard HTML feature <width> and
<height> in this
example sets the panel size for the MyConnection Server applet. This instructs the applet to
scale the user interface including the fonts to fit the panel size requested.
Although this option is being used to
change the look and feel of the test in this example this
<param> technique can be used to assign any
number of test options. For example the Speed test results can
generate an email for emailing to the service provider. Click the link below to see more options.
What other <param> options does MyConnection
Server
support?
|