Sendet ein Formular ab.
#Include <FF.au3>
_FFFormSubmit([$vForm = 0[, $sMode = "index"[, $sSubmitMode = "submit"[, $bLoadWait = True]]]])
Parameters
| $vForm | (Optional) Index (0-n), Name oder ID des Formulars. 0 = (Default) |
||||||||||||
| $sMode |
|
||||||||||||
| $sSubmitMode |
|
||||||||||||
| $bLoadWait | (Optional) Wartet bis die Seite geladen ist. True = (Default) |
||||||||||||
Return Value
| Success: | Returns 1 |
| Failure: | Returns 0 and sets @ERROR |
| @ERROR: | 0 ($_FF_ERROR_Success) 3 ($_FF_ERROR_InvalidDataType) 4 ($_FF_ERROR_InvalidValue) 8 ($_FF_ERROR_NoMatch) |
Remarks
Related
_FFFormCheckBox, _FFFormOptionSelect, _FFFormReset, _FFFormRadioButton
Example