On 4/3/07, Alejandro Decchi <adecchi@xxxxxxxxx> wrote:
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 ?
So the browser is failing to execute the javascript. In general, the server could influence this in only two ways that I can imagine: 1) an included javascript file doesn't exist in the correct place on the server or is otherwise failing to be delivered -- check your apache error log; or 2) the mime-type on an included javascript file isn't set correctly -- see the AddType directive. As general advice: 1) This isn't a good place to get help with primarily client-side technologies like javascript. You should look for a more appropriate forum. 2) Having a login form that doesn't work at all with javascript disabled is probably a bad idea. 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx