A
Anonymous
Guest
Hey y'all!
The weirdest thing happened. A while ago I started using PHP (after some time using ASP) and created a few working web sites with it (from simple stuff to more intermediate database things) and some Javascript scripts to back some of the client side activities.
However, all of the sudden all my Javascript scripts are not working anymore! I did the following things in an attempt to solve the problem:
1. Check the syntax, dubble-check and recheck. However, the syntax must be correct, because the unchanged page worked fine a week ago, and also because of the following:
2. When visiting the site in Internet Explorer, I copied the source code from the page (that has been finished rendering) and saved it as an *.html file on my desktop to run it from there. The JavaScripts worked fine.
3. I moved the previous *.html file onto the server and loaded it via "http://localhost/*.*". This time the scripts didn't work! :shock:
I really don't get this, mainly because the scripts are client side (naturally) and have nothing to do with PHP or any other server-side scripting (that's also why the scripts did work on the page that was not saved and rendered from the server).
I have no clue as to how to solve this. I also restored the back up of the config file, with no effect at all. It's driving me absolutely nuts!
Is there anyone who may know how I can solve this?
The weirdest thing happened. A while ago I started using PHP (after some time using ASP) and created a few working web sites with it (from simple stuff to more intermediate database things) and some Javascript scripts to back some of the client side activities.
However, all of the sudden all my Javascript scripts are not working anymore! I did the following things in an attempt to solve the problem:
1. Check the syntax, dubble-check and recheck. However, the syntax must be correct, because the unchanged page worked fine a week ago, and also because of the following:
2. When visiting the site in Internet Explorer, I copied the source code from the page (that has been finished rendering) and saved it as an *.html file on my desktop to run it from there. The JavaScripts worked fine.
3. I moved the previous *.html file onto the server and loaded it via "http://localhost/*.*". This time the scripts didn't work! :shock:
I really don't get this, mainly because the scripts are client side (naturally) and have nothing to do with PHP or any other server-side scripting (that's also why the scripts did work on the page that was not saved and rendered from the server).
I have no clue as to how to solve this. I also restored the back up of the config file, with no effect at all. It's driving me absolutely nuts!
Is there anyone who may know how I can solve this?