REXXTAGS.org :: | Scriptlets |
An expression contains a REXX expression. The expression is evaluated at request time, and its value is inserted in the returned HTML page. Expressions can occur anywhere in the middle of normal HTML code, where they may span multiple lines, or in the parameter part of a XML tag, where they may not.
Syntax
<%=expression%>
Example
The current time is <%= time()% >.
which produces the following output:
The current time is 14:58:20.
/specs/expression.html Last update: 15/06/03 at 16:54 |