home
docs
tools
issues
validator
google group
4.12.1.6 :: Jump
Developer Key Sign Up
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..
<
wapl
xmlns:xsi
=
"
http://www.w3.org/2001/XMLSchema-instance
"
xsi:noNamespaceSchemaLocation
=
"
http://wapl.wapple.net/wapl.xsd
"
>
<
layout
>
<
jumpChunk
>
<
destination_page
>
-1
</
destination_page
>
<
url
>
http://google.com
</
url
>
</
jumpChunk
>
</
layout
>
</
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
« Rubberduck
WAPL »
Contents
1. Introducing WAPL
1.1. What is WAPL
1.2. Why would I use WAPL
1.2.1. Advantages of WAPL
1.2.2. Uses of WAPL
1.3. Where to get help
2. How it works
2.1. Using WAPL with SOAP
2.1.1. isMobileDevice
2.1.2. getMobileDevice
2.1.3. getMarkupFromWapl
2.1.4. getMarkupFromUrl
2.2. Using WAPL with REST
2.2.1. isMobileDevice via CURL
2.2.2. getMobileDevice via CURL
2.2.3. getMarkupFromWapl via CURL
2.2.4. getMarkupFromUrl via CURL
2.3. Using Wapple Canvas
3. Getting Started
3.1. Requirements
3.2. Basic text
3.3. External image
3.4. Page title and head element
3.5. Link WAPL pages together
3.6. Display WAPL on a mobile device
4. Developing with WAPL
4.1. Page Titles
4.2. Meta
4.3. External Style Sheets
4.4. Layout
4.5. Rows
4.6. Cells
4.7. Text
4.7.1. Text Formatting
4.8. Images
4.9. Links
4.9.1. Linking between WAPL files
4.9.2. Linking to external sites
4.10. Forms
4.10.1. Form Items
4.11. Rules
4.12. Chunks
4.12.1. Features
4.12.1.1. Anchor
4.12.1.2. Phonecall
4.12.1.3. Phonebook
4.12.1.4. RSS
4.12.1.5. Rubberduck
4.12.1.6. Jump
4.12.1.7. WAPL
4.12.1.8. Link
4.12.2. Design and Content
4.12.2.1. Words
4.12.2.2. Spacemaker
4.12.2.3. Horizontal Rule
4.12.2.4. Table
4.12.3. Advertising
4.12.3.1. Admob
4.12.3.2. Admoda
4.12.3.3. Decktrade
4.12.3.4. Google Adsense
4.12.3.5. Mbrand
4.12.3.6. Mkhoj
4.12.3.7. Mobile Commerce MMS
4.12.3.8. Mpression
4.12.3.9. Nokia Ads
4.12.3.10. Stamp
4.12.3.11. ZestAdz
4.13. File Downloads
4.14. Settings
5. More Code Examples
5.1. Using WAPL with ASP
6. Common Tasks
6.1. Session Handling
6.2. Testing Your Mobile Site
6.3. WAPL and Canvas