Question
Trigger a button click using javascript
This, I hope, is simple to do, but I'm just having trouble with the script.
Assuming I have a button called "buttonA", and another called "buttonB":
I'd like the user to click buttonB, which would then cause buttonA to click.
What is the javascript I should use in buttonB?
Thanks so much.
