Home
Submit
Free Hosting
Link To Us
Contacts
JavaScript Scripting the Built-in Java Classes
JavaScript
Download
(.zip)
var f = new java.awt.Frame("Hello World");
var ta = new java.awt.TextArea("hello, world", 5, 20);
f.add("Center", ta);
f.pack();
f.show();
JavaScript
No addres in the status bar
No mouse on the page
Controlling a Plugin from JavaScript
JavaScript
Controlling an Applet with JavaScript
No addresin the status bar
No mouse on the page
JavaScript
Using the alert(), confirm(), and prompt() Methods
Animation Using the onLoad Event Handler
Defining JavaScript Functions
JavaScript
Display the time in the status line
JavaScript Compatibility Test
Navigation Bar Using the History and Location Objects
JavaScript
Portable Dynamic HTML Elements with the DynEl Class
References Themselves Are Passed by Value
Scripting the Built-in Java Classes