|
<< Click to Display Table of Contents >> Navigation: Telegram > 2025 > 03 > 07 > Telegram_2025-03-07T08 |
2025-03-07T08:44:17
Can someone put me on the right track?
I'm using this:
ExecuteJS('document.getElementById(\MYBUTTON\).click();')
to execute, in some cases, the OnAsyncClick of a button.
How can I do it if I need to pass a parameter to my Async Event ?
Must I use executeAjaxEvent do do that? How?
I did try this:
ExecuteJS('executeAjaxEvent(\MYBUTTON\, null, \onasyncclick\, false, [\RetValue=True\], false););');
But doesn't work.