I'm kind of confused on how to do this: I need to redirect users to different pages, based on the session variables passed in the URL.
I can capture the variable on a NetWebPage using G:value = p_web.GetValue('to_page')
but a) I can't find docs on how to redirect based on that variable, and b) once the NetWebPage is loaded (or being loaded), there's not really any way to automatically redirect the user to the right page is there?
Any ideas on how to handle this? Thanks!