Hi I was wondering if there is a way to do this. I have a function that generates a form. When the form is submitted it calls another function that processes the form and then calls the original function which shows the processed results. I would like to jump to a particular part of the page when it reloads from the last function call like it would if I was loading it from a url with a # directing it to an internal link. Is there a way do do this. Here is order:
function1() - on submit run function2 () - on finish call function1 () Thanks
