Redirect page from get value parameters

I take paramets from URL special handle, but no redirect a other page, my code must be in OPEN or SHOW ? of page initial

Please be clear. Many people won’t understand what your trying to ask.

If you take parameters from HandleSpecialURL and you want to redirect, then use this:

//This is to be put in the App.HandleSpecialURL, before you return true

// Set the Location header to redirect
Request.Header("Location") = "http://myexample.com/"
Return True //Tell Xojo that you handled the event