I have a button:
Button A
When I click this button the first time, I want it to exe
You could try changing the button attribute like this:
element.setAttribute( "onClick", "javascript: Boo();" );