4.12.1.6 :: Jump

Description


The <jumpChunk> element allows you to automatically jump users to an external URL.

To add additional functionality, you can wrap jump chunks in rules in order to perform specific examples dependant on whether the rules pass or fail.

Quick Example


..snip..
  1.  <wapl xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://wapl.wapple.net/wapl.xsd">
  2.   <layout>
  3.   <jumpChunk>
  4.   <destination_page>-1</destination_page>
  5.   <url>http://google.com</url>
  6.   </jumpChunk>
  7.   </layout>
  8.  </wapl>

Child Elements


destination_page


Specify this as -1 if you want to jump to an external URL

url


The URL of the page you want to jump to

Contents