posted 13 years ago
Hi All,
I have a function that, upon window load, goes through a page and assign functions to the onclick events of some form elements (esp. buttons). Is there a way to mimic the following by assignment through javascript?
In my case the html code would not have the onclick section but in a function on load it would grab the submitButton and assign a function. How do I "return false" in this case? Thanks.
Rob