NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Keith on July 09, 2014, 02:54:22 AM

Title: Form without a Browse - how to move to another page
Post by: Keith on July 09, 2014, 02:54:22 AM
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
Title: Re: Form without a Browse - how to move to another page
Post by: Bruce on July 09, 2014, 05:05:19 AM
perhaps you should go back to using the Save button. then you can use the "URL on Save" Option.

I suppose it begs the question - why not use a regular Save button?

cheers
Bruce