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.click()"
[code:]
fcLabel = "<INPUT type=button value='Process Data' onclick=Done.click(); ___Submit.click() language='javascript'>"
[/code:]
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



Reply With Quote


Bookmarks