I have one function for one element:
<a href="javascript:void(0);" onclick="dothis()">Link</a>
When this function is done, how can I run another function after this one?
For example, if this function returns true, then the script will run another function and if not, it will not run the second function.
Or have the second function run without regard to the result of the first function.
Any help appreciated :)
dothis()bedothat();?