Hi,
i want to trigger a button which is invisble and from another button using a run javascript in traditional web application
thanks in advance.
Please do the below changes -
1. Set Visible = True for the OK Button.
2. Apply Extended properties - style = "display: none;"
3. Execute below javascript on Submit action -
"document.getElementById('"+Ok.Id+"').click();"
Please find the attached oml as well.
Thanks for your help it worked šš»
Oops, I am late to reply!
Anyways :)
Hope it helps,
Assif