alfonso
Grand Master
 Din: TUX land
Inregistrat: acum 18 ani
Postari: 244
|
|
JScript din cate am inteles este un gen de limbaj de creare site-uri cum ar fi HTML(cred)... JScript From Wikipedia, the free encyclopedia Jump to: navigation, search
JScript is Microsoft's Active Scripting implementation of ECMAScript, an international standard based on Netscape's JavaScript and Microsoft's JScript languages. 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 version 4 of the ECMAScript standard, and can be compiled for the Microsoft .NET platform. JScript adds several new features to ECMAScript, such as optional static type annotations.
In addition to other internal implementation differences, JScript uses non-generational mark-and-sweep garbage collection[1] whereas JavaScript (the original implementation of which is the SpiderMonkey engine) uses a generational mark-and-sweep system.
JScript can be used for both simple tasks (such as mouseovers on Web pages) and for more complex tasks (such as updating a database with ASP or running logon scripts for Windows NT ). Windows Script relies on external "object models" to carry out much of its work. For example, Internet Explorer's DOM provides objects such as 'document' and methods such as 'write()' to enable the scripting of Web pages. Sursa: Wikipedia
_______________________________________ I'm a little TUX
|
|
pus acum 18 ani |
|
alfonso
Grand Master
 Din: TUX land
Inregistrat: acum 18 ani
Postari: 244
|
|
daca are cineva un tutorial bun, il rog sa il posteze aici 
_______________________________________ I'm a little TUX
|
|
pus acum 18 ani |
|