|
The Custom Size example uses the standard HTML <width>
and <height> feature to set the size of the MySpeed UI panel that the user
sees.
Applet Syntax:
<applet MAYSCRIPT name="myspeed"
code="myspeed.class" archive="myspeed.jar" width=300 height=200>
</applet>
Explanation:
1. Using the standard HTML feature <width> and
<height> in this
example sets the panel size for the MySpeed 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 Speed and Quality test in this example this
<param> technique can be used to assign any
number of MySpeed 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 MySpeed
support?
|