I have a jscript function to disable a Sumbit button after the form has been submitted. But as it is, it has to be splitted across templates (because the header and the form starts their outputs in different templates), so I was wondering:
Are there any way of achieving the same effect through the 'onClick' attribute of the <input>, or better yet: a way to get it to work even if javascript is disabled?
Cheers