Create Custom Web Page
This wizard will guide you through the steps necessary to produce your own
customer-facing connection test web page. You will be able to place the
page on your existing corporate web server, or have it served using the
MyConnection Server.
There are two steps involved:
- Select page titles and branding, configure the applet display.
- Choose where to place the page
Click Continue to move on to the next step.
|
Integrate Into Existing Page
Use the HTML code below to embed the connection test into any existing web page on any server.
<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]">
</applet>
Note: If the web page is served
from another web server the hostname/domain will need to be added under
Permitted Domains.
|