18-02-20 09:59 PM
18-02-20 11:37 PM
19-02-20 03:43 PM
"document.body.trigger('change')"
It could also be that you could change an HTML or CSS attribute. Here's an example where we change the display attribute
"document.getElementById('frm_element_11082039').style.display = 'block'"
The code for javascript is quite easy once you know exactly what the javascript requires. Finding that can take hours though, and no one would be able to help unless they have access to the web app.
19-02-20 10:13 PM
20-02-20 02:03 PM
20-02-20 05:10 PM
21-02-20 01:46 PM
21-02-20 02:23 PM
21-02-20 05:32 PM
21-02-20 06:42 PM