
Transferring Variables
You can transfer expressions, for example variables, with the following syntax:

Value transfer:

bgcolor = "green"
creates a green background by transferring the value green. With bgcolor = "<%=color%>" the current value of the variable color is assigned to the attribute bgcolor.