URL

<< Click to Display Table of Contents >>

Navigation:  IWML > Data Binding > Tags >

URL

Usage

 

=url.<value name>:<format>

 

URL values are read only one way bindings and allow easy access to URL query parameters.

 

Example

 

Given a URL of

 

http://127.0.0.1/IW17/Apps/Test.html?ID=500

 

The following will display 500 in the Text control.

 

ACORN 1.0 IWML 1.0

Page

 Root[]

   SimpleStack[]

     Text =URL.ID

   ]

 ]

]