Search 5,000,000+ questions and answers.

Frequently Asked Questions

Where can I learn about JavaScript (LiveScript, JScript, ECMAScript, DOM)?

Web Authoring FAQ (Web Design Group)
JavaScript is a cross-platform, interpretted, object-oriented language originally designed for client-side web scripting. The elements of web pages can be manipulated via JavaScript as objects specified by the Document Object Model (DOM). This enables dynamic effects like image roll-overs and interactive effects like pages that change in response to user input without being reloaded from the server. LiveScript was Netscape's initial pre-release name for JavaScript.
Related Questions

Is WMLScript is like JavaScript and JScript?

WAP FAQ and a detailed discussion of WAP
The syntax is similar, although with a completely different object model. Client-side JavaScript is used with a object model that is based on the browser model (document, frames, forms, hyperlinks etc.) whereas the WAP device object model is based on cards and decks, so objects will be tailored around these facilities instead. WMLScript is based on ECMAScript, which is an attempt to standardise the JavaScript language.
Related Questions

Can I use JavaScript or JScript with WML?

WAP FAQ and a detailed discussion of WAP
Client-side JavaScript and JScript are browser-specific scripting languages, and are therefore not suited to WAP applications. However, server-side JavaScript is perfect for WAP development since it can integrate with back-end databases (using ODBC, and can even be mixed with environments such as ASP).
Related Questions

Which is better, Java or JavaScript/ECMAScript?

comp.lang.vrml FAQ
I know of no metrics that say that Java executes faster than ECMAScript, but I believe it does. I would be delighted to replace that sentence with a statement based on validated measurement. The plan has always been that ECMAScript is for lightweight applications and Java is for heavy lifting. Both languages will probably be required for VRML browsers in the near future.
Related Questions

Where can I learn more about ECMAScript?

VoiceXML Forum - FAQ
The VoiceXML specification relies heavily upon ECMAScript. The best source of information are probably the O'Reilly "JavaScript: The Definitive Guide" and of course the ECMAScript Language Specification itself.
Related Questions

Will Emma support javascript, ecmascript, or anything besides LUA?

Emma General FAQ - Emma
Not in the core. But Emma is completely extensible. It would be very possible to create an extension containing a Script node implementation. This could either have a hard-coded Javascript engine built into it, or could be further extensible to allow other languages to be plugged in. With that said, let me preview an idea I am working on. Lua is an extremely compact and fast engine.
Related Questions

JavaScript Errors FAQ Why do I get JScript or JavaScript errors?

Frequently Asked Questions - MSN Autos
The most common cause of JScript errors is when you access MSN Autos from another Web site that puts MSN Autos "in a window." To avoid this problem, go to MSN Autos directly from http://autos.msn.com. All vehicle specification data (including but not limited to: year, make, model, trim/style, options/features, color, performance/handling, mileage, VIN number, description, location, availability, photographs, recalls, maintenance schedules, etc.
Related Questions

How do I enable cookies, Java, JavaScript, LiveScript in Internet Explorer?

Finite Math on the Web - FAQ's
If you are running Internet Explorer 4.0 or later, go to Tools->Internet Options->Security->Internet, and set security to Medium or below. This will set the required options to a level which will support this software.
Related Questions

Where can I learn JavaScript?

DashboardWidgets - Forums
There are various tutorials about JS on the net. Here's one from w3schools.com , and another one from pageresource.com.
Related Questions

What is JScript?

comp.lang.javascript FAQ - 9.91 - 2008-01-19
Questions that are specific to Microsoft's JScript may also be appropriately asked at: microsoft.public.scripting.jscript
Related Questions

What's the difference between Java-Script and JScript?

Forum FAQ - GameDev.Net Discussion Forums
Java-Script was developed by Netscape in the early days of the browser wars. Microsoft responded by developing JScript. The language was standardized as ECMA-262 in 1998. Today, JScript is more commonly used in Active Server Pages as an alternative to VBScript. Web hosting is your space on a web server in which all your files for your website are stored.
Related Questions

What is ECMAScript?

comp.lang.javascript FAQ - 9.91 - 2008-01-19
http://www.ecma-international.org/publications/standards/Ecma-262.htm ECMAScript is the international standard for javascript. JScript 3.0 and JavaScript 1.2 (available with version 4. browsers) are more or less ECMAScript compliant. In addition ECMA 327 defines the Compact Profile of ECMAScript by describing the features from ECMA 262 that may be omitted in some resource-constrained environments. Note that ECMAScript did not attempt to standardize the document object model.
Related Questions

What support is there for JScript, VBScript?

Frequently Asked Questions
No, Mozilla uses the scripting capabilities of Gecko which has no support for languages written around the ActiveScript mechanism. In theory Mozilla's XPConnect might allow such languages to be supported one day, but not at the moment.
Related Questions

What DOM support is there?

Frequently Asked Questions
present the Mozilla control implements IHTMLDocument, IHTMLElement & IHTMLElementCollection. It should be possible to walk the DOM quite satisfactorily, as well as call get_all and other methods that return a collection. You may also write to a document with calls to open, write, writeln, & close on IHTMLDocument. You may also call setAttribute, getAttribute & removeAttribute on elements asl well as get the className & id but not set them.
Related Questions

What is the DOM?

SVG Zone - FAQ
The Document Object Model is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of documents. The DOM for SVG allows for straightforward and efficient vector graphics animation via scripting. A rich set of event handlers such as onmouseover and onclick can be assigned to any SVG graphical object.
Related Questions

Do you know a good book I can learn about Java/JavaScript?

FAQ
Somebody told me I was mentioned in The Complete Idiot's Guide to JavaScript. So I guess either I'm an idiot, or that's a good book. A good book I do know is Designing with JavaScript: Creating Dynamic Web Pages by Nick Heinle published by O'Reilly. I've read it and it has lots of interesting stuff in it, structured in a nice way, complete with examples and a nice index of JavaScript-properties for both Explorer and Netscape. Very good book indeed and comes with a CD.
Related Questions

What is JavaScript?

FAQ's
JavaScript is a platform-independent, event-driven, interpreted programming language developed by Netscape Communications Corp. and Sun Microsystems. Originally called LiveScript (and still called LiveWireTM by Netscape in its compiled, server-side incarnation), JavaScript is affiliated with Sun's object-oriented programming language JavaTM primarily as a marketing convenience. They interoperate well but are technically, functionally and behaviorally very different.
Related Questions

Internet frequently asked questions (FAQ's) - E-State Media ...
A scripting language script developed by Netscape to enable authors to design interactive sites. Although it shares many of the features and structures of the full Java language Java, it was developed independently. JavaScript can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content. JavaScript is endorsed by a number of software companies and is an open architecture language that anyone can use without purchasing a license software licensing.
Related Questions

Das Telefonbuch - Online Telefonauskunft - Inverssuche - Rou...
To offer the user more comfort, these functions can only be implemented in JAVA-Script on the client side.
Related Questions

Web Hosting by Active Web Hosting - Using JavaScript
JavaScript is a scripting language which can be embedded into your web page to give your site extra functionality. Unlike Java, which was developed by Sun Microsystems, JavaScript does not compile code into applets. JavaScript was developed by Netscape as an extension to HTML to provide extra functionality which can be used for drop down menus, password and data input checking, special effects, games, and providing dynamic and personalized content on web pages.
Related Questions

Frequently Asked Questions and Answers
JavaScript is a programming language developed by Netscape that can interact with HTML source code, enabling Web authors to spice up their sites with dynamic content.
Related Questions

Frequently Asked Questions: WestLake Training
JavaScript is a scripting language that can be used to make your Web pages much more interactive. The JavaScript scripts that you write are embedded directly with the HTML for your pages. Build self-validating forms: Adding JavaScript to your page enables you to build a form that immediately alerts the user if they enter incorrect information (e.g., type in a date in the wrong format or skip a field). For example, the following field expects to receive a value between 5 and 125 .
Related Questions

SecuritySpace
While we will retrieve JavaScript libraries (Standard/Advanced subscribers), we don't actually run the JavaScript code in them (or imbedded in your web page).
Related Questions

cleanlist.com - FAQ
JavaScript is a safe scripting language that allows the creation of web sites customised for you. It is "safe" because data cannot be arbitrarily read from or written to your computer. cleanlist.com uses JavaScript to provide dynamic forms, navigation elements, etc.
Related Questions

Javascript Interview Questions
JavaScript is a platform-independent,event-driven, interpreted client-side scripting and programming language developed by Netscape Communications Corp. and Sun Microsystems.
Related Questions

FAQs - VLE Resources - Current Students - External Programme...
Javascript is a programming language that is used for many of the features that run within the VLE. If it is not enabled (turned on) in your web browser you may experience problems logging in and/or using the VLE.
Related Questions

Web Design information
JavaScript is a platform-independent, event-driven, interpreted programming language developed by Netscape Communications Corp. and Sun Microsystems. Originally called LiveScript (and still called LiveWireTM by Netscape in its compiled, server-side incarnation), JavaScript is affiliated with Sun's object-oriented programming language JavaTM primarily as a marketing convenience. They interoperate well but are technically, functionally and behaviorally very different.
Related Questions

What kind of ECMAScript expressions can I use?

VoiceGenie Developer Workshop - FAQ
The current platform supports a complete ECMAScript engine, so any standard ECMAScript expressions can be used.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact