Thanks qufighter, but I am trying to avoid having to dynamically create the functionality. I have quite a few functions within the greasemonkey script itself that the button click event will need to call and they are quite long(as well as generic that I hope to reuse). Is this the only way or am I missing something else?
On Jul 23, 7:56 pm, qufighter <[email protected]> wrote: > try: > > window.doNothing=function(event) > { > alert("right now, this does nothing"); > > } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/greasemonkey-users?hl=en -~----------~----~----~----~------~----~------~--~---
