|
The Location
example uses the standard HTML <param> feature to direct MyConnection Server to
set a different codebase for the test process.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=700 height=400>
<param name=codebase value="http://mcsiad.visualware.com'">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyConnection Server
parameter 'codebase' to a different server domain URL.
This redirects the test to
the location of the server where the codebase URL resolves. Note: MyConnection
server maintains a security option to approve codebase domains and will only
permit those domains listed as 'allowed'.
Although this option is being used to change the
location of MyConnection Server in this example this technique can be used to assign any
number of MyConnection 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 MyConnection
Server support?
|