Submit

Item Description

Use with:

Web components (Internet Explorer only)

SecureLogin version:

3

Type:

Flow Control

Usage:

Submit

Arguments:

None

Description:

Only use the Submit command in Web scripts and only with Internet Explorer, to allow for more control in how and when a form is submitted.

When used with Netscape, the Submit command is ignored. When used with Internet Explorer, the Submit command performs a submit on the form where the first password field is found.

Submit occurs automatically with most scripts. For example, the following script for Hotmail automatically does a Submit at the end:

type $Username
type $Password Password

Submits don't automatically occur if any of the following commands are in the script:

  • Type \n
  • Type \t
  • Submit
  • Click

Example:

Type $Username 
Type $Password Password
Submit