|
Originally Posted by Telemacus
|
Hi!
Is there any application which will let me run standard html files with some basic javascript code in them?
pocket explorer wont let me do this.
|
Actually Pocket IE does support JavaScript - refer to
this msdn article. By default, scripting errors are turned off so you need to make a registry change to enable scripting. Microsoft states PIE supports JavaScript 1.5 but I've come across many 1.5 scripts that return errors. You're pretty safe using JavaScript 1.2 or 1.3 code though.
-AJ