I have a apache server with php , glib, libxml2, Rlib .The aplication is
writen in PHP and the login is write in javascript(JS).Whe i browse de
index.php i can not see the login windows , i supose it is because i have
not install something about javascript because in the other server where the
aplication is running it is running ok.
Can sonmeone give me a help ?


On 4/3/07, Joshua Slive <[EMAIL PROTECTED]> wrote:

On 4/3/07, Alejandro Decchi <[EMAIL PROTECTED]> wrote:
> I would like to apache executes javascript.
> Already I have it installed with php, mysql and this one working. Why
apache
>  does not execute javascript javascript I wait could give me a hand
regards
> thz

In most cases, javascript is executed by the client, not the server.
So perhaps you need to look at what your javascript is missing to get
the client to execute it.

If you are really looking for server-side javascript, then you need a
plugin/module to get apache to run it. PHP certainly doesn't use
javascript directly. Some ideas are here:
http://en.wikipedia.org/wiki/Server-side_JavaScript

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to