JavaScript: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Pat Palmer
(adding some links)
imported>Pat Palmer
(trying to describe it better)
Line 1: Line 1:
{{subpages}}
{{subpages}}
'''Javascript''' is a [[computer]] [[programming language]] that is frequently embedded within [[HTML]] pages on the [[World Wide Web]].  Javascript is not the same as [[Java]], although its [[syntax]] is remarkably similar.  Javascript code can be embedded in [[HTML]] pages[[Web browser]]s will then execute the Javascript before displaying the web page for the user, or in response to user actions on the page, unless Javascript has been disabled in the web browser's options.  Javascript is standardardized by the European Computer Manufacturer's Association ([[ECMA]]) and is, these days, occasionally referred to as ECMA-script.
'''Javascript''' is a [[computer]] [[programming language]] that is frequently embedded within [[HTML]] pages on the [[World Wide Web]] to make the page more interactive.  Javascript is not the same as [[Java]], although its [[syntax]] is remarkably similar.  When Javascript code is embedded in [[HTML]] pages, [[Web browser]]s will then execute the Javascript before displaying the web page for the user.  The Javascript within HTML may also execute in response to user actions on the page.  Since in some cases Javascript may be disabled in the web browser's options, HTML pages must be functional even if the Javascript within them is not allowed to execute.  Javascript is standardardized by the European Computer Manufacturer's Association ([[ECMA]]) and is, these days, occasionally referred to as ECMA-script.


[[Category:CZ Live]]
[[Category:CZ Live]]
[[Category:Computers Workgroup]]
[[Category:Computers Workgroup]]

Revision as of 21:02, 2 December 2007

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

Javascript is a computer programming language that is frequently embedded within HTML pages on the World Wide Web to make the page more interactive. Javascript is not the same as Java, although its syntax is remarkably similar. When Javascript code is embedded in HTML pages, Web browsers will then execute the Javascript before displaying the web page for the user. The Javascript within HTML may also execute in response to user actions on the page. Since in some cases Javascript may be disabled in the web browser's options, HTML pages must be functional even if the Javascript within them is not allowed to execute. Javascript is standardardized by the European Computer Manufacturer's Association (ECMA) and is, these days, occasionally referred to as ECMA-script.