|
root.wml
<webNoOutput>
<!---
| Description: Examples to illustrate some basic math operations works.
|
| CVS History:
| $Log: root.wml,v $
| Revision 1.2 2006/04/03 18:03:06 vidyar
| daily commit
|
| Revision 1.1 2006/03/29 02:30:45 vidyar
| adding files
|
| Revision 1.4 2006/03/20 16:54:12 vidyar
| daily commit
|
| Revision 1.3 2006/03/10 08:30:07 vidyar
| daily commit
|
|
|
--->
<webCall script=#application.FUNCPATH & "/geturl.wml"# destScript="root.wml" url=#nextURL# byref sessionID="">
<!--- generate text strings --->
<webCall script=#application.FUNCPATH & "/gettext.wml"# textString="calculation" result=#calculation# byref lang=#client.lang# langFile=#langFile#>
<webCall script=#application.FUNCPATH & "/gettext.wml"# textString="roots" result=#roots# byref lang=#client.lang# langFile=#langFile#>
<webCall script=#application.FUNCPATH & "/gettext.wml"# textString="calculated" result=#calculated# byref lang=#client.lang# langFile=#langFile#>
</webNoOutput>
<webSet #javascriptFile# = "root.wml">
<webInclude script=#application.SCRIPTPATH & "/template.wml"#>
|