View Single Post
  #13 (permalink)  
Old 04-28-2008, 01:57 PM
Xav's Avatar   
Xav Xav is offline
Code Warrior
 
Join Date: Mar 2008
Location: London, England
Posts: 7,707
Last Blog:
Web slideshow in JavaS...
Credits: 1,455
Rep Power: 62
Xav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to beholdXav is a splendid one to behold
Send a message via MSN to Xav
Default Re: Javascript to Add a Text Input field

JavaScript is known as a 'client-side language' - it runs on the user's browser. It is also an 'interpreted' language, which means it does not need to be compiled.

PHP and ASP are server-side languages, which mean they run on the server. Basically, when the browser requests the page, the server runs the PHP or ASP file on the server. It then sends back a normal HTML page to the browser, customised by the PHP. So, any browser can view a PHP file, but some browsers cannot handle JavaScript. Any modern browser should be able to handle it, though.
__________________
[TRUTH] TcM is the best moderator ever! [/TRUTH]
"Valid XHTML is like sex - everybody claims to have the same goal, but everybody has their own tricks and results vary wildly."
Mr. Xav | Website | Forums | Blog
Reply With Quote