LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Web browser which support javascript? (https://www.linuxquestions.org/questions/linux-software-2/web-browser-which-support-javascript-806775/)

Kirjan 05-09-2010 08:19 AM

Web browser which support javascript?
 
Hello all,

I'm trying to find a web browser which supports javascript for my embedded Linux.
I have a ARM9 embedded board TQ4240 which runs on Qtopia 2.2.0 and have already installed konqueror, but it seems that konqueror doesn't support javascript. Is there any browser that you could support Jquery.

I would really appreciate any feedback.
Thank you in advance.

TB0ne 05-09-2010 10:22 AM

Quote:

Originally Posted by Kirjan (Post 3962092)
Hello all,

I'm trying to find a web browser which supports javascript for my embedded Linux.
I have a ARM9 embedded board TQ4240 which runs on Qtopia 2.2.0 and have already installed konqueror, but it seems that konqueror doesn't support javascript. Is there any browser that you could support Jquery.

I would really appreciate any feedback.
Thank you in advance.

So load Firefox or Opera. Both support Javascript.

Kirjan 05-18-2010 02:20 AM

Quote:

Originally Posted by TB0ne (Post 3962195)
So load Firefox or Opera. Both support Javascript.

Hello TB0ne,
Thank you for the reply.
Could you please suggest which Mozzila or Opera ver. could be used on Qtopia 2.2.0. Thanks in advance.

jefro 05-18-2010 04:38 PM

9.9.

How do I configure Konqueror to run Java™ applets?


Choose Settings->Configure Konqueror... from Konqueror's menubar and then select Java & Javascript. Set the Path to Java executable correctly. If it doesn't work, please check the Konqueror + Java HOWTO.

Kirjan 05-22-2010 03:00 PM

Hello guys,
Thank you for your repleys, I really appreciate it. But unfortunatelly Konqueror java how-to didn't worked out for me, moreover it seems that my embedded platform which came with preinstalled konqueror is very old :)

So i have decided to build it from the scratch.
I have installed RedHat 9.0 using Vmware machine, bulild all required cross-compilers (gcc version 3.4.1) downloaded latest konqueror\embedded snapshot, untar'ed it, ran configure, and after i started make it and got that kind of error:
Code:

In file included from /opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.h
:25,
                from /opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.c
pp:19,
                from /opt/EmbedSky/kdenox/konq-embed/dropin/kcharsets.cpp:27:
/opt/EmbedSky/kdenox/konq-embed/dropin/qptrlist.h:34:2: #error "Move this file a
way for qt3 and above!!"
In file included from /opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.c
pp:32,
                from /opt/EmbedSky/kdenox/konq-embed/dropin/kcharsets.cpp:27:
/opt/EmbedSky/kdenox/konq-embed/dropin/kdebug.h: In member function
  `kdbgstream& kdbgstream::operator<<(long long int)':
/opt/EmbedSky/kdenox/konq-embed/dropin/kdebug.h:115: `Q_LLONG' undeclared
  (first use this function)
/opt/EmbedSky/kdenox/konq-embed/dropin/kdebug.h:115: (Each undeclared
  identifier is reported only once for each function it appears in.)
/opt/EmbedSky/kdenox/konq-embed/dropin/kdebug.h:115: parse error before `;'
  token
In file included from /opt/EmbedSky/kdenox/konq-embed/dropin/kcharsets.cpp:27:
/opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.cpp: In member
  function `QTextCodec* KCharsets::codecForName(const QString&, bool&) const':
/opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.cpp:607: `Qt3RegExp'
  undeclared (first use this function)
/opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.cpp:607: parse error
  before `(' token
/opt/EmbedSky/kdenox/konq-embed/kdesrc/kdecore/kcharsets.cpp:608: `regexp'
  undeclared (first use this function)
make[2]: *** [kcharsets.lo] Error 1
make[2]: Leaving directory `/root/konq-embed/dropin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/konq-embed/dropin'
make: *** [all-recursive] Error 1

I would be really thankfull if somebody could give a list of steps on how to build and compile Konqueror.
Sorry for that kind of questions, I'm noobie in Linux env. but i'm learning :)
Thanks in advance.

AlucardZero 05-22-2010 03:20 PM

Quote:

Originally Posted by jefro (Post 3973256)
9.9.

How do I configure Konqueror to run Java™ applets?


Choose Settings->Configure Konqueror... from Konqueror's menubar and then select Java & Javascript. Set the Path to Java executable correctly. If it doesn't work, please check the Konqueror + Java HOWTO.

Javascript is not Java.


I'm unaware of any GUI browser that does not support Javascript.


All times are GMT -5. The time now is 08:13 AM.