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
|