PDA

View Full Version : Javascript Not Working Locally Using Mamp




Garrett1986
Jan 2, 2009, 05:00 PM
Hi there...

I am developing a site locally using Mamp. I have a piece of Javascript from http://blog.deconcept.com/swfobject/ and I'm trying to test it in my browser before I upload live.

Does Javascript not work on your local computer?

Any advice would be appreciated. Thanks.



angelwatt
Jan 2, 2009, 05:15 PM
JavaScript indeed does work locally or on the server in the same (with a few exceptions like certain AJAX scripts). Also, check the error console for any JavaScript errors that may tell us if something is going wrong. Lastly, check that the path to the script is OK.

RoninXI
Jan 18, 2009, 02:20 AM
Garrett, were you able to get it working? I have the same issue. Mine worked with MAMP 1.7.1 but I wanted to reinstall leopard after messing with some things. When I reinstalled (not archive and install) I installed MAMP 1.7.2 and now it does not work. If you got it working can you share the info?