MySpeed

The Session ID example demonstrates the ability to track several Speed tests for a single user or many users over a period of time by requesting and storing a unique session identifier for a user.
 

The Session ID example uses only the HTML session option to provide a unique identifier for a remote users test sessions. Entering a 'user name' or alias and clicking the 'start test' button is all that is required.

Applet Syntax:

<applet MAYSCRIPT name="myspeed" code="myspeed.class" archive="myspeed.jar" width=600 height=400>
<param name="SID" value="Enter name">
</applet>
 

Explanation:

1. Adding the standard HTML <param> tag line as shown above is all that is required to instruct the MySpeed applet to request a user identifier before the test is allowed to start. Whatever string is entered as the 'value' is displayed in the user edit field and can be used to form the question to the user.

Although the 'sid' option is being used to request a user identifier in this example the <param> technique can be used to assign any number of MySpeed test options. For example the Speed test characteristics such as 'auto start' can be set. Click the link below to see more options.

What other <param> options does MySpeed support?