Good day, I need help Please
I'm coding within a VBScript window and executing a javscript clientside.
The problem i have the below code ONCLICK executes the first click "Done.click ()" only and not the second click "___Submit.clic k()"
It works when i only have one click within the ONCLICK but not two.
I tried ";" "," " " behind the first click "Done.click ()"
Please Assist on getting to click both one after the other!
Regards
I'm coding within a VBScript window and executing a javscript clientside.
The problem i have the below code ONCLICK executes the first click "Done.click ()" only and not the second click "___Submit.clic k()"
Code:
fcLabel = "<INPUT type=button value='Process Data' onclick=Done.click(); ___Submit.click() language='javascript'>"
I tried ";" "," " " behind the first click "Done.click ()"
Please Assist on getting to click both one after the other!
Regards
Comment