Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > Redirect

Redirect

Sends the user to the page specified by Link, and performs the necessary housekeeping to close the current processes.


The redirect is blocked and a trap error is created if the link matches the current URL, and there is no form elements from a form process. This blocks possible ?cyclic? redirection, where a page continuously redirects to itself.


This method should always be used to replace the default system redirect method, such as response.redirect. This ensures the necessary data housekeeping. It also supports debugging options such as VerboseReporting. If VerboseReporting is on, the redirection is not made, but a link is created for the jump.


Syntax


Call ccLib.Redirect(Link)


Parameters


Link - String for the destination

This page was last reviewed 9/16/2022 4:57:21 PM