<HTML>
<DIVER id = "display">
<PARAM id = "P1" type = "int" />
<PARAM id = "P2" type = "string" />
<CODE language = "html">
You typed the integer <GET ref = "P1" /><BR />
and the string <GET ref = "P2" /><BR />
</CODE>
</DIVER>
<VAR id = "V1" type = "int" embded = "yes" />
<VAR id = "V2" type = "string" embded = "yes" />
Integer var : <INPUT ref = "V1" /> <BR />
String var : <INPUT ref = "V2" /> <BR />
<BUTTON>
<EVENT id = "onclick">
<COLD_DIVE ref = "display">
<GET ref = "V1" /> <SEP /> <GET ref = "V2" />
</COLD_DIVE>
</EVENT>
</BUTTON>
</HTML>