Testing
Monitoring
Reporting
Satellites
Quality APs
Help
What's New in MCS?
Main Menu » Connection Test Pages » Applet Configurations

MyConnection Applet Configurations

This section allows you to configure the appearance and operation of the MyConnection Server applet. (More information)

Create new configuration

Configuration name: based on

All applet configurations defined are listed below.

$CONFIGSTABLE$
If the applet you wish to change is served from another website:
Simply add the following line into your page's <applet> declaration:
<param name="config" value="myconfig">
replacing myconfig with the name of the configuration you wish to use.

For example:
<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="myconfig">
    <param name="permissions" value="all-permissions">
</applet>
If MyConnection Server is acting as a stand-alone server:
Click the Create Web Page link next to the server configuration you wish to use. You will be asked to enter a page name. A MyConnection Server applet with your chosen configuration will be made available at that page.