JavaScript

JavaScript adds interactive function to HTML pages such as allowing dinamic layouts and data presentation, which are otherwise static. On the client, JavaScript is maintained as source code embedded into an HTML page. When used directly on the server, such as with ASP, it is compiled into bytecode (intermediate language).



Return to home