By pressing ENTER fire event button Click |
7/21/2020 02:43:38 | |
| PHPRunner Tips and Tricks | ||
|
I use this code in the Registration user form, assuming the last field in the form is password.When the user press ENTER in the field password the below code will click on the button register_save. var ctrlPassword = Runner.getControl(pageid,'password');
|
||