Home > Uncategorized > Javascript evaluator for Nokia

Javascript evaluator for Nokia

This is a handy utility to evaluate Javascript directly from your Nokia mobile Phone, in the context of your mobile web browser. It requires WRT (Web Runtime) support.

The source code behind this app is really simple:

function evaluate()

{

var JS = document.getElementById(“taJS”);

var Result = document.getElementById(“taResult”);

Result.value = eval(JS.value);

}

For Full source code, download the wgz

Categories: Uncategorized
  1. No comments yet.
  1. No trackbacks yet.

Leave a comment