WMLScript can be used to add client side procedural logic. WMLScript
can be used together with Wireless Markup Language (WML) to provide intelligence to the clients.
For detailed information about what can be done with WMLScript, see WAP Forum WMLScript Language Specification at http://www.wapforum.org/what/technical.htm .
Kind regards,
Satu/Forum Nokia Developer Support
RE: MORE URGENT THAN URGENT-need help with coding
2002-12-20, 15:13#3
I'm pretty certain that to write to files on the server, you're going to need to run a server-side script.
e.g. if you want to save the users input on a WML form then use a regular wml form submission to a server script which creates the file. The language you'll need sometimes varies from web host to web host, but it'll probably be ASP (for Windows hosts) or Perl (for Unix hosts).
>can i call a java code from a wml script?
Where is the java code you want to run? An installed app on the phone? A server-side JSP page?