How can you tell your Java script is actually enabled and working?
Posted on July 7, 2008
Filed Under Java |
How can you tell your Java script is actually enabled and working?
First of all,PHP is a server side language/program which means that the page is interpreted and executed before it is sent to your browser.
If PHP is installed and configured on the host’s server and is correctly included in the page, it will be executed no matter what and sent to your browser.
On the other hand, JavaScript is a client side language/program which means that the page is interpreted and executed in and by your browser.
You can test if JavaScript is enabled by following this URL:
http://www.javatester.org/enabled.html
It will run an applet which will return TRUE or FALSE
Tags: Java
If you enjoyed this post, make sure you subscribe to my RSS feed!
Comments
Leave a Reply