Window Browser JavaScript DHTML



A Simple Page

var msg1 = "Hello there", num1 = 22;
alert(msg1);
alert(num1);