Redirect To Page trigger

The Redirect To Page server behavior A server behavior is a reusable component for server-side development. They add blocks of code to your pages for accomplishing specific tasks. Dreamweaver comes with several default server behaviors and the InterAKT extensions add many more to this list. allows the user to set up a redirect The redirect server behavior loads a new site page after a transaction is executed. For instance, users could be automatically redirected to their inbox after they log in to the website. operation to a certain page, after a specific condition has been met, or a transaction A transaction is a group of SQL statements whose effects are logically connected. Anything from simple queries to inserting, and deleting operations can be considered a transaction, as well as more complex groups of several statements which accomplish a specific task. has finished executing.

This trigger is accessible from the Application panel, Server Behaviors -> + -> MX Kollection -> Forms -> Redirect To Page.

The user interface has two tabs. Directions about their correct configuration are given below.

 

To set the dialog box options for the first tab, follow the next steps:

  1. In the Page text-box enter the name of the page to redirect to. You can use the Browse button to select a page in your local folder. You can use the InterAKT Dynamic Data (the lighting bolt icon) to build the file name.
  2. The Keep parameters checkbox allows passing the existing URL parameters to the page where the redirection is being made.
  3. The three buttons in the top right corner of the interface offer you the next functionalities:
    ·  Click OK when you are done configuring the trigger.
    ·  Click Cancel to exit without applying the new settings.
    ·  The Help button opens this help page.
    These buttons are common to both tabs of the Redirect To Page trigger.

  4. Click on the Advanced tab to continue with configuring the trigger.
 

 

For instructions on completing this step, see the Advanced tab. For the Redirect To Page trigger, by default the Priority is set to 90 and the Type is END, as it should be the last one to execute on page.

Related Topics