XUL:Attribute:command
From MDC
[edit] Example
<command id="cmd_openhelp" oncommand="alert('Help');"/>
<button label="Help" command="cmd_openhelp"/>
<button label="More Help" command="cmd_openhelp"/>
[edit] See also
command element, oncommand and commandset