Hi Michael,
In one of your example files you have this:
<moi:PushButton id="doit" onclick="message.style.display = 'block';">Click Me!</moi:PushButton>
but all it appeared to do was to modify the displayed HTML.
Is there a way to have buttons execute code in the associated script file?
My current HTM file contains a drop-down combo to select what happens when the Done button is clicked.
But it would be slightly more efficient if there were just three buttons, one for each action, rather than picking the action and then clicking the Done button.
Thanks
Frederick
|