I have created a Form without a Browse to handle generating a new User Id and doing some other behind-the-scenes stuff to set the user up. This works fine. I don't have a 'SAVE' button but have my own button ("Ok. Set me up!") which has all of the client-side code that is required when the new user is ready to roll.
Could someone tell me how I can display another page (say 'IndexPage') when all of my client side code has finished. Currently the page with the Form remains displayed. So, with a normal Form there is an option to stay on the Form after 'SAVE' or go back to the Browse. I don't have a 'SAVE' neither a Browse - so is there anything I can do in my code to choose the next page.
Thanks
Keith