JScript is the Microsoft implementation of the ECMAScript scripting programming language specification.

PropertyValue
p:abstract
  • JScript – język skryptowy, który jest opracowaną przez firmę Microsoft, rozszerzoną implementacją języka ECMAScript (ECMA262) – międzynarodowego standardu opartego na JavaScript firmy Netscape. Jest interpretowany przez przeglądarkę Internet Explorer i Windows Scripting Host. Najnowszą wersją języka jest JScript .NET." (pl)
  • JScript es la implementación de Microsoft de ECMAScript. Está disponible mediante Internet Explorer y el Windows Scripting Host. La versión más reciente es JScript .NET, que está basado en la versión 4 del estándar ECMAScript (aún no terminado), y puede ser compilado para la plataforma Microsoft .NET. JScript no es lo mismo que JavaScript. Este último es el estándar (también se le llamó ECMAScript), mientras que el primero es propiedad de Microsoft. Categoría:Lenguajes de programación" (es)
  • JScript est une implémentation du JavaScript (implémentation de l'ECMAScript) créée par Microsoft. Il ajoute des possibilités spécifiques à la plateforme Windows au JavaScript, principalement en proposant une interaction avec les composants COM. Il permet aussi d'utiliser ce langage en dehors du cadre d'une page web, soit sous forme de scripts d'un fonctionnement similaire aux scripts écrits en VBScript ou interprété côté serveur avec la technologie ASP. L'extension de fichier typique des scripts JScript est .js. La version la plus récente de JScript est JScript .NET, basé sur la version 4 du standard ECMAScript. Catégorie:Langage de script Catégorie:Technologie web" (fr)
  • JScript is een door Microsoft gemaakte scripttaal, gebaseerd op ECMAScript. Door deze basis lijkt JScript erg veel op JavaScript. Omdat JScript geïmplementeerd is als een Windows Script-engine, kan JScript in verschillende applicaties worden gebruikt, zolang deze maar Windows Script ondersteunen. Voorbeelden van applicaties die gebruik maken van Windows Script zijn ASP en Microsoft Internet Explorer. Het voordeel dat het gebruik van Windows Script als tussenlaag heeft is dat iedere applicatie die Windows Script implementeert direct ook alle andere talen ondersteunt die deze scripttaal kunnen uitvoeren (zoals VBScript en Perl). Functies kunnen hierdoor - theoretisch gezien - taalonafhankelijk worden geïmplementeerd. De nieuwste versie van JScript is JScript.NET, maar deze wordt nog niet ondersteund door Microsofts eigen webbrowser Internet Explorer." (nl)
  • JScript is the Microsoft implementation of the ECMAScript scripting programming language specification. JavaScript (the Netscape/Mozilla implementation of the ECMA specification), JScript, and ECMAScript are very similar languages. In fact the name "JavaScript" is often used to refer to ECMAScript or JScript. JavaScript is used on web pages for scripting, although it can be and is also used in other embedding scenarios. : For general information about the language, its history, and uses see the JavaScript article. The article on ECMAScript has information on various dialects and implementations of ECMAScript and the history of the specification. JavaScript syntax is described in its own article. The rest of this article focuses on Microsoft implementation. JScript is implemented as a Windows Script engine. This means that it can be "plugged in" to any application that supports Windows Script, such as Internet Explorer, Active Server Pages, and Windows Script Host. It also means that any application supporting Windows Script can use multiple languages — JScript, VBScript, Perl, and others. JScript was first supported in Internet Explorer browser 3.0 released in August 1996. As with any other Active Scripting engine, it is available through Internet Explorer, Windows Script Host, and Active Server Pages. The typical file extension of JScript source code files is .js. The most recent version of JScript is JScript .NET, which is based on the yet-unfinished edition 4 of the ECMAScript standard, and can be compiled for the Microsoft .NET platform. JScript.NET adds several new features to ECMAScript ed. 3, such as optional static type annotations. (en)
  • JScript is the Microsoft implementation of the ECMAScript scripting programming language specification. JavaScript (the Netscape/Mozilla implementation of the ECMA specification), JScript, and ECMAScript are very similar languages. In fact the name "JavaScript" is often used to refer to ECMAScript or JScript. JavaScript is used on web pages for scripting, although it can be and is also used in other embedding scenarios. : For general information about the language, its history, and uses see the JavaScript article. The article on ECMAScript has information on various dialects and implementations of ECMAScript and the history of the specification. JavaScript syntax is described in its own article. The rest of this article focuses on Microsoft implementation. JScript is implemented as a Windows Script engine. This means that it can be "plugged in" to any application that supports Windows Script, such as Internet Explorer, Active Server Pages, and Windows Script Host. It also means that any application supporting Windows Script can use multiple languages — JScript, VBScript, Perl, and others. JScript was first supported in Internet Explorer browser 3.0 released in August 1996. As with any other Active Scripting engine, it is available through Internet Explorer, Windows Script Host, and Active Server Pages. The typical file extension of JScript source code files is .js. The most recent version of JScript is JScript .NET, which is based on the yet-unfinished edition 4 of the ECMAScript standard, and can be compiled for the Microsoft .NET platform. JScript.NET adds several new features to ECMAScript ed. 3, such as optional static type annotations." (en)
  • JScript ist eine Microsoft-eigene, proprietäre Entwicklung einer Skriptsprache für Webbrowser und ein Teil der Programmiersprache ECMAScript. Ursprünglich basierte JScript auf JavaScript und ist daher in großen Teilen kompatibel dazu, wurde allerdings um zusätzliche Microsoft-spezifische Features erweitert. Als einziger Webbrowser unterstützt der Microsoft Internet Explorer vollständig JScript, allerdings implementierten inzwischen andere Browser wie die Mozilla-Browser oder Opera ebenfalls große Teile der Erweiterungen. JScript ist implementiert als eine sogenannte Windows Script Engine. Das bedeutet, sie kann mit jedem Programm, das Windows Script unterstützt, eingesetzt werden (plugged in), wie Internet Explorer, Active Server Pages, und Windows Script Host. Das bedeutet auch, dass jedes Programm, das Windows Script unterstützt, mehrere Sprachen verwenden kann: JScript, VBScript, Perl und andere. So wie jede andere Active Scripting Engine ist sie verfügbar durch: den Internet Explorer, Windows Script Host, und Active Server Pages. Eine auf dem .NET-Framework aufsetzende Weiterentwicklung ist JScript .NET." (de)
  • JScript är ursprungligen Microsofts implementation av det (av Netscape utvecklade) objektorienterade skriptspråket Javascript. Numera är det mer korrekt att säga att det är en implementation av Ecmascript. JScript tillkom i Internet Explorer 3.0, efter att det visat sig att Javascript, som dök upp i Netscape Navigator 2.0, blivit ett populärt verktyg för skriptande på klientsidan på webbsidor. JScript siktar, liksom Javascript, på att implementera standarden ECMA-262 (Ecmascript). Det innehåller dock även utökningar, som inte finns i ECMA-262." (sv)
  • JScript — скриптовый язык программирования компании Майкрософт, являющийся реализацией стандарта ECMAScript. Синтаксис JScript во многом аналогичен языку JavaScript компании Netscape, однако, помимо добавления клиентских скриптов на веб-страницы, JScript может использоваться и для других целей, например: * автоматизация администрирования систем Windows; * создание страниц ASP. Вот пример небольшой программы на языке JScript, которая (будучи запущена в рамках Windows Script Host) выводит диалоговое окно (символы после знаков // являются комментариями): // Объявление переменной var strMessage; // Присваивание переменной значения strMessage = "Википедия - свободная энциклопедия"; // Вывод сообщения на экран WScript.Echo(strMessage); Для запуска скрипта из командной строки обычно используется следующая команда (в случае файла с именем file.js): cscript file.js Язык JScript получил дальнейшее развитие в виде языка JScript .NET, который ориентирован на работу в рамках платформы Microsoft .NET. JScript.NET содержит несколько существенных улучшений по сравнению с предыдущими версиями JScript. В частности, в нем присутствуют элементы объектно-ориентированного программирования." (ru)
  • JScript是由微软公司开发的活动脚本语言,是微软对ECMAScript规范的实现。 JScript最初是随Internet Explorer 3.0于1996年8月发布。在网络程序员谈论Internet Explorer中的JavaScript的时候,他们实际上是指JScript。和其他活动脚本一样,它后来也被Windows Script Host和Active Server Pages所支持。典型的JScript源文件使用的扩展名是.js。 JScript最新的版本是基于尚未定稿的ECMAScript4.0版规范的JScript .NET,并且可以在微软的.Net环境下编译。JScript在ECMA的规范上增加了许多特性。" (zh)
  • JScript(ジェイ・スクリプト)は、マイクロソフト社製のスクリプト言語であり、Microsoft Windows 上で動作する。 JavaScriptと類似しており、Internet Explorer を使用したクライアントサイドスクリプティング処理、および Internet Information Services(IIS) などを使用したサーバサイドスクリプティング処理を記述することができる。 また、Windows Script Host(WSH) を利用することで、Windows 上でのバッチ処理を記述することができる。 拡張子は、通常 .js を使用する。" (ja)
rdfs:comment
  • JScript – język skryptowy, który jest opracowaną przez firmę Microsoft, rozszerzoną implementacją języka ECMAScript (ECMA262) – międzynarodowego standardu opartego na JavaScript firmy Netscape. Jest interpretowany przez przeglądarkę Internet Explorer i Windows Scripting Host. Najnowszą wersją języka jest JScript .NET." (pl)
  • JScript es la implementación de Microsoft de ECMAScript. Está disponible mediante Internet Explorer y el Windows Scripting Host. La versión más reciente es JScript .NET, que está basado en la versión 4 del estándar ECMAScript (aún no terminado), y puede ser compilado para la plataforma Microsoft .NET." (es)
  • JScript est une implémentation du JavaScript (implémentation de l'ECMAScript) créée par Microsoft. Il ajoute des possibilités spécifiques à la plateforme Windows au JavaScript, principalement en proposant une interaction avec les composants COM. Il permet aussi d'utiliser ce langage en dehors du cadre d'une page web, soit sous forme de scripts d'un fonctionnement similaire aux scripts écrits en VBScript ou interprété côté serveur avec la technologie ASP." (fr)
  • JScript is een door Microsoft gemaakte scripttaal, gebaseerd op ECMAScript. Door deze basis lijkt JScript erg veel op JavaScript. (nl)
  • JScript is the Microsoft implementation of the ECMAScript scripting programming language specification. (en)
  • JScript ist eine Microsoft-eigene, proprietäre Entwicklung einer Skriptsprache für Webbrowser und ein Teil der Programmiersprache ECMAScript. Ursprünglich basierte JScript auf JavaScript und ist daher in großen Teilen kompatibel dazu, wurde allerdings um zusätzliche Microsoft-spezifische Features erweitert." (de)
  • JScript är ursprungligen Microsofts implementation av det (av Netscape utvecklade) objektorienterade skriptspråket Javascript. Numera är det mer korrekt att säga att det är en implementation av Ecmascript. JScript tillkom i Internet Explorer 3.0, efter att det visat sig att Javascript, som dök upp i Netscape Navigator 2.0, blivit ett populärt verktyg för skriptande på klientsidan på webbsidor." (sv)
  • JScript — скриптовый язык программирования компании Майкрософт, являющийся реализацией стандарта ECMAScript." (ru)
  • JScript是由微软公司开发的活动脚本语言,是微软对ECMAScript规范的实现。" (zh)
  • JScript(ジェイ・スクリプト)は、マイクロソフト社製のスクリプト言語であり、Microsoft Windows 上で動作する。" (ja)
is p:dialects of
is p:disambiguates of
p:hasPhotoCollection
rdfs:label
  • JScript (nl)
  • JScript (en)
  • JScript (es)
  • JScript (ru)
  • JScript (zh)
  • JScript (fr)
  • JScript (pl)
  • JScript (sv)
  • JScript (ja)
  • JScript (de)
foaf:page
is p:programmingLanguage of
is p:redirect of
p:reference
is owl:sameAs of
skos:subject
rdf:type
p:wikipage-de
p:wikipage-es
p:wikipage-fr
p:wikipage-ja
p:wikipage-nl
p:wikipage-pl
p:wikipage-ru
p:wikipage-sv
p:wikipage-zh