Simuliert ein HTML-Ereignis an einem Element.
#Include <FF.au3>
_FFDispatchEvent($sElement[, $sEventType = "change"[, $iKeyCode = 13]])
Parameters
$sElement | Element where the event should be triggerd. | ||||||||||||||||||
$sEventType |
|
Return Value
Success: | Returns 1 |
Failure: | Returns 0 and sets @ERROR |
@ERROR: | 0 ($_FF_ERROR_Success) 1 ($_FF_ERROR_GeneralError) 4 ($_FF_ERROR_InvalidValue) |
Remarks
Related
Example