1.
2.
JavaScript vs. Java
Before you learn anything about JavaScript, I think it's important that you know a few things about the differences between JavaScript and Java. ...
3.
4.
InterActive HTML Tutorial
<AREA SHAPE="RECT" COORDS="233,14317,91" HREF="http://www.useractive.com/imagemap/Europe.html"> <AREA SHAPE="RECT" COORDS="480,58522105" ...
5.
InterActive HTML Tutorial
SHAPE tells us what shape the AREA we are defining is going to be. There are three possibilities:RECT, CIRCLE, and POLY. They stand for RECTANGLE, CIRCLE, ...
6.
InterActive DHTML Tutorial 11
srcElement.parentElement.style; X=event.offsetX; Y=event.offsetY; } } function mousemoving(e) { if (obj && canmove) { if (isNav4) { obj.moveTo((e. ...
7.
InterActive HTML Tutorial
COORDS tells us the coordinates of the SHAPE we are using. For the shape RECT there are four numbers separated by commas. the first two numbers are the ...
8.
InterActive DHTML Tutorial 11
toUpperCase(); if(id=="document"){ dom = document; eval("document.captureEvents(" + event_to_capture + ")"); }else{ dom = document.layers[id]; ...
9.
Class java.awt.FileDialog
The File Dialog class displays a file selection dialog. It is a modal dialog and will block the calling thread when the show method is called to display it, ...
10.
Class java.lang.CloneNotSupportedException
public class CloneNotSupportedException; extends Exception ... Constructs a CloneNotSupportedException with no detail message. o CloneNotSupportedException ...