On Sat, Sep 16, 2006 at 10:01:22AM -0500, Ed Hurst wrote: > Running CentOS 4.4 x86-64. I found a libjs RPM for my system, and it > installed okay (libjs-devel-1.5-3.el4.at). Then I built elinks 0.11.1 > with it, and saw no errors. Yet on the Reuters website, I can't get the > JScript links to work. Any ideas?
What you need is Mozilla's SpiderMonkey Javascript engine. I think that this libjs is the needed libjs. Check features.log or Help -> About to check whether SpiderMonkey was enabled. If SpiderMonkey was not found, please send the config.log file and the output of (if I recall the RPM syntax correctly) `rpm -ql libjs-devel`. ELinks's support for JavaScript is very limited (in particular, DOM is unsupported), so many sites will not work even with SpiderMonkey; however, the open-in-new-window links that I saw on reuters.com work fine for me. -- Miciah Masters <[EMAIL PROTECTED]> / <[EMAIL PROTECTED]> _______________________________________________ elinks-users mailing list [email protected] http://linuxfromscratch.org/mailman/listinfo/elinks-users
