-
Book Overview & Buying
-
Table Of Contents
Oracle Application Express 3.2 - The Essentials and More
JavaScript is an Object-Oriented Programming (OOP) language, which runs in the Web browser.
JavaScript is not Java, despite the similar names. While Java can be a client-side and server-side programming language, running on the Oracle database, using the Oracle JVM, and utilizing a Java stored procedures, JavaScript is a client-side, interpreted script language only. It is running in the Web browser and has access only to some local resources, mainly the current active DOM (parent window can also access its popup windows DOM and a popup window can access its parent window DOM). Server-side resources, like PL/SQL blocks (anonymous or others) can't fire JavaScript code. However, the other direction, which is the JavaScript code triggering a server side processes, is possible, and this direction is one of the reasons JavaScript is so important and useful. JavaScript is the 'J' component in AJAX a technology that can dramatically improve the way our applications function, and enhance...
Change the font size
Change margin width
Change background colour