#196 new
wstone

env.rhino.1.2.js can not parse ldap.html

Reported by wstone | August 30th, 2012 @ 07:25 PM

test code:

load("env.rhino.1.2.js");
load('jquery-1.8.1.js');

Envjs({
scriptTypes: {

'': true,  //anonymous and inline
'text/javascript': true

} });

window.location = 'file:///./ldap.html';

$(function() { $('a[href]').each(function() {

var href = $(this).attr('href');
console.log(":href:" + href);

}); });

console.log("OK");

No comments found

Please Sign in or create a free account to add a new ticket.

With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.

New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

a javascript browser environment

People watching this ticket

Attachments

Pages