Modifying Particular User's Login

Modifying a particular user's login in the HTML will expedite the user's login process.

The requirement of this method is that this user's password must be empty since the HTML can be read by anybody and would not be confidential.

To require user login:

var sParamUser = '<param name="user" value="">';

To skip the user login:

var sParamUser = '<param name="user" value="Teddy">';

For a user with a defined connection, the complete host connecting procedure can be skipped by specifying a user value as outlined above.

Character appearing in user name

Explanation

?

The OS account name must be used.

* (and the rest of the name is not left blank)

No Login dialog box is used, the client directly logins to the PowerTerm WebConnect server - Automatic Login.

*? or ?*

The OS account name is used and login is executed directly to the PowerTerm WebConnect server.