|
The Custom Results example uses the standard HTML <param>
feature to direct MyConnection Server to call a JavaScript method when the test
has completed. This is used to display the results in a different format.
Applet Syntax:
<applet MAYSCRIPT name="voip"
code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed.jar,
/myspeed/plugins.jar" width=700 height=400>
<param name="SID" value="Enter name">
</applet>
Explanation:
1. Using the standard HTML feature <param> the
example sets the MyConnection Server
parameters 'JS'
to the value "mss()". This instructs the applet to call the mss()
JavaScript function and pass the results of the test. The mss() function is the
method used to generate the results table in the web page.
Although the 'js' option is being used to
automatically call a JavaScript method() in this example the <param> technique can be used to assign any
number of test options. For example the Speed test characteristics
such as the length of the test can be changed. Click the link below to see more options.
What other <param> options does MyConnection
Server support?
|