Hey all,
I was wondering, what is the syntax for showing a new form and hiding the form the user clicked from? Also, what code would I use to make a command button, when clicked, exit the program? All responses will be greatly appreciated. ----------
function new Programmer(name,age)
{
this.name = name;
this.age = age;
}
var steven = new Programmer('Steven',11);
I was wondering, what is the syntax for showing a new form and hiding the form the user clicked from? Also, what code would I use to make a command button, when clicked, exit the program? All responses will be greatly appreciated. ----------
function new Programmer(name,age)
{
this.name = name;
this.age = age;
}
var steven = new Programmer('Steven',11);