What is necessary to run JavaScript files from MS Server 2003?
Posted
by Daniel
on Stack Overflow
See other posts from Stack Overflow
or by Daniel
Published on 2010-05-19T16:12:15Z
Indexed on
2010/05/19
16:50 UTC
Read the original article
Hit count: 199
JavaScript
|server
I have created some JavaScript files and they run well from my Mac OS X Server. Now I have put the same JavaScript files on my MS Server 2003. But they don't work.
Do I have to install something on the server in order to get them work?
EDIT: (Sorry, I'm new and English is not my native language, so its hard for me to describe the situation well) I have downloaded this free Ajax Chat app. After enabling PHP on my Mac, it worked. But on my MS Windows 2003 Server it doesn't work. I installed PHP and Apache on Windows. PHP and Apache work well. But everything that uses JavaScript (such as drop down menus or pop-up windows) doesn't work.
Thanks!
© Stack Overflow or respective owner