|
The uptype/downtype example uses the standard HTML <param> feature to direct
MyConnection Server to
set a different test type for the test process. In this example HTTP is being
set instead of SOCKET which is the default.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=700 height=400>
<param name="uptype" value="HTTP'"> <param name="downtype"
value="HTTP'">
</applet>
Explanation:
1. Using the <param> tag option to set the 'uptype'
or 'downtype' allows the test to choose between 'socket' or 'http' as the
test type
Although this option is being used to change the
test type 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?
|