Main Menu » Connection Test Pages » Embed into Existing Page

Embed Connection Test into Existing Web Page

You can use the HTML code below to integrate a connection test Java applet into your existing web page.
Copy and paste the code into any web page on any server.

Run test: $TESTSELECT$ (determines which test will run - eg: route, speed, VoIP, etc.)
Use applet configuration: $APPLETCONFIGSELECT$ (determines how the test will look and feel)
<applet mayscript name="mcs" code="myspeedserver/applet/myspeed.class" archive="/myspeed/myspeed_s_8.jar,/myspeed/plugins_s_8.jar" codebase="http://$CODEBASE$/myspeed" width=600 height=400>
<param name="config" value="[Enter config name]">
<param name="permissions" value="all-permissions">
</applet>
Note: If the web page is served from another web server the hostname/domain will need to be added under Permitted Domains.