MyVoIPSpeed

The Email Results example demonstrates the ability to generate an automatic 'email results' link for the user to click when the VoIP, Speed and Quality tests complete. This provides the user with an easy to use facility to report connection problems to the support group.
 

The Email Results example uses the standard HTML <param> feature to direct MyVoIPSpeed to call a JavaScript method when the VoIP, Speed and Quality tests are complete.

Applet Syntax:

<applet MAYSCRIPT name="voip" code="myspeed.class" archive="voip.jar" width=600 height=400>
<param name="js" value="mss($DSPEED$,$USPEED$,$QOS$,$RTT$,$MAXPAUSE$,$MSSID$,$JITTER$)">
</applet>
 

Explanation:

1. Using the standard HTML feature <param> the example sets the MyVoIPSpeed 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 email text.

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 MyVoIPSpeed test options. For example the VoIP test characteristics such as packets per second can be changed to match the VoIP service provided. Click the link below to see more options.

What other <param> options does MyVoIPSpeed support?