thanks [EMAIL PROTECTED] wrote: ----- Original Message ----- From: "David" 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 ------------------------------- A full URL is - Protocol://username:[EMAIL PROTECTED]:port/path/file.extension?query=value&query2=value#fragment you can use - http://domain.com/secondform.php#gohere or secondform.php#gohere or /secondform.php#gohere Just as you would with an anchor in the same page. Thanks Rob.
[Non-text portions of this message have been removed]
