You cannot post messages because only members can post, and you are not currently a member.
Description:
A pure-JavaScript browser environment.
|
|
|
I can`t just open this simple page https://www.google.com
|
| |
Hi, everyone.
I realy need help with this. When i´m try to open [link] I get this:
root@nti-systems:/home/nti/Dev # js -opt -1 fw.js [ Envjs/1.6 (Rhino; U; Linux i386 2.6.38-13-generic; en-US; rv:1.7.0.rc2) Resig/20070309 PilotFish/1.2.13 ]
error evaluating TypeError: Cannot call method "focus" of undefined... more »
|
|
New patch for env.js 1.3
|
| |
Hi All.
I use env.js embedded in my project and while trying to get 1.3
running inside my servlet code I came across an issue where I want to
place the env.js files on my classpath but the require(...) function
defined in rhino.js doesn't find them.
Basically, in my war file I create a sub directory under WEB-INF/... more »
|
|
HTML parser produces incorrect DOM over nested tables
|
| |
I have an example for which Env.js produces an incorrect DOM for an
HTML table nested within another table. The row(s) in the nested table
appear in the rows attribute of the containing table. The example
below has a table with 3 rows, the last of which contains another
table with a single row. Inspecting the DOM in Env.js indicates the... more »
|
|
Trouble loading page - env.js seems to stop?
|
| |
Here is my javascript file that I'm loading from a standalone Java
program:
print("starting js");
try{
Packages.org.mozilla.javascrip t.Context.getCurrentContext(). setOptimizationLevel(-1);
load('C:\\projects\\xyz\\TestP roject\\js\\env.rhino.1.2.js') ;
Envjs.scriptTypes['text/javasc ript'] = true;... more »
|
|
Any progress towards EnvJs 1.3?
|
| |
Hi, Chris. I have been very busy lately, and I just now finished (code-complete, anyway) a prerequisite I had to using a JS-based DOM. It looks like I'll be starting to work with the EnvJS code more directly fairly soon. I'm writing because it's been almost two years since EnvJS 1.2 was released, and I was wondering if there are plans to release EnvJS 1.3. I... more »
|
|
Problem executing embedded env-js 1.3
|
| |
Hi I am just playing around with env-js 1.3. I am able to execute the
example using to console (: But unfortunately I am not able to use it
embedded in Java. It looks that I can't get to step 2 - as there are
problem (I can't see) inside the window.js
public static void main(String[] args) {... more »
|
|
EnvJasmine 1.7 Released!
|
| |
Thanks to great support from the EnvJasmine community, we have a great
new update. This one is especially useful for though of you running
EnvJasmine in Maven or Rake and are integrating into a CI server like
Jenkins!
Check out the latest repo at [link].
To see how to integrate EnvJasmine into your Maven workflow, try out... more »
|
|
Problems with User-Agent
|
| |
Hi guys just have the same problem [link] but couldn't solve it i run on org.mozilla/rhino "1.7R3" and env.rhino.1.2.js GET / HTTP/1.1 User-Agent: Java/1.6.0_29 Host: localhost:3000 Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 Connection: keep-alive... more »
|
|
|