Subject: javascript don't work with elinks 0.11.1 et spidermonkey 1.5 - msg#00000
List: web.elinks.user
Hello ,
I compile
Spidermonkey 1.5 et Elinks 0.11.1 on solaris 8 with gcc-3.4.2 and make 3.80.
When I try to acesss to a web page with html and _javascript_, elinks display only the html part, all _javascript_ part don't work or display.
ECMASCRIPT is enabled in the options manager.
_javascript_ example that i use to test:
<HTML>
<HEAD>
<TITLE>Hello in _javascript_</TITLE>
</HEAD>
<BODY>
<SCRIPT LANGUAGE="_javascript_">
document.write("<H1>Hello World !</H1>");
</SCRIPT>
</BODY>
</HTML>
Any ideas?
Thanks in advance.
Yannick LE NY
iFRANCE
exprimez-vous !_______________________________________________
elinks-users mailing list
elinks-users@xxxxxxxxxxxxxxxxxxxx
http://linuxfromscratch.org/mailman/listinfo/elinks-users
Was this page helpful?
Thread at a glance:
Next Message by Date:
click to view message preview
elinks with windows cygwin and javascript
Heya,
I do not succeed in compiling elinks
with the javascript support under windows cygwin.
Somebody has hints beyond the official doku stuff?
What about official makefile support for compiling
with cygwin and for including javascript?
A web-browser without javascript is quite useless
nowadays...
maybe somebody has time for this :)
thanx
Hoffi
_______________________________________________
elinks-users mailing list
elinks-users@xxxxxxxxxxxxxxxxxxxx
http://linuxfromscratch.org/mailman/listinfo/elinks-users
Next Message by Thread:
click to view message preview
Re: javascript don't work with elinks 0.11.1 et spidermonkey 1.5
On Tue, Aug 08, 2006 at 02:20:42PM +0200, yannick. le-ny @ ifrance. com wrote:
> Hello ,
Hello
>
> I compile
> Spidermonkey 1.5 et Elinks 0.11.1 on solaris 8 with gcc-3.4.2 and make
> 3.80.
> When I try to acesss to a web page with html and javascript, elinks
> display only the html part, all javascript part don't work or display.
> ECMASCRIPT is enabled in the options manager.
>
> Javascript example that i use to test:
>
> <HTML>
> <HEAD>
> <TITLE>Hello in JavaScript</TITLE>
> </HEAD>
> <BODY>
> <SCRIPT LANGUAGE="JavaScript">
> document.write("<H1>Hello World !</H1>");
> </SCRIPT>
> </BODY>
> </HTML>
>
Simply, document.write doesn't work yet and it probably won't work in
near future either. Besides, there are many scripts which work with
ELinks.
--
Witek
_______________________________________________
elinks-users mailing list
elinks-users@xxxxxxxxxxxxxxxxxxxx
http://linuxfromscratch.org/mailman/listinfo/elinks-users