|
The Location
example uses the standard HTML <param> feature to direct MySpeed Server to
set a different codebase for the MySpeed applet.
Applet Syntax:
<applet MAYSCRIPT name="myspeed"
code="myspeed.class" archive="myspeed.jar" width=600 height=400>
<param name=codebase value="'+cbase+'">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MySpeed
parameter 'codebase' to a different server domain URL.
This redirects the Speed test to
the location of the server where the codebase URL resolves.
Although this option is being used to change the
location of MySpeed Server in this example this technique can be used to assign any
number of MySpeed Server test options. For example the test length could be
extended or reduced. Click the link below to see more options.
What other <param> options does MySpeed
support?
|