Home > Archive > PHP Programming > October 2007 > JavaScript execution engine for PHP
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
JavaScript execution engine for PHP
|
|
| Any User 2007-10-30, 7:02 pm |
| Hello
I'm looking for any kind of software, allowing execution of JavaScript
code in controlled environment (of course except full browsers).
What I want to use it for is to load some JavaScript code into it, and
then execute selected functions with given parameters.
Does anybody know such a software?
Patrick
| |
|
| Any User <user@any.pl> writes:
> Hello
>
> I'm looking for any kind of software, allowing execution of JavaScript
> code in controlled environment (of course except full browsers).
>
> What I want to use it for is to load some JavaScript code into it, and
> then execute selected functions with given parameters.
>
> Does anybody know such a software?
>
>
> Patrick
I'll admit that it's not entirely clear to me what you're trying
to do (and my suggestion has nothing to do with php), but
you may want to have a look at mozilla Rhino if you haven't already:
http://developer.mozilla.org/en/doc...ew#Introduction
http://developer.mozilla.org/en/doc...o_documentation
Carl.
| |
| Rik Wasmus 2007-10-30, 7:02 pm |
| On Tue, 30 Oct 2007 23:39:17 +0100, Any User <user@any.pl> wrote:
> I'm looking for any kind of software, allowing execution of JavaScript
> code in controlled environment (of course except full browsers).
Euhm, comp.lang.javascript? There are several options, all is in that
groups archives...
--
Rik Wasmus
|
|
|
|
|