Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Show, Hide, and Exit? 1

Status
Not open for further replies.

XMLidiot

Programmer
Jan 27, 2001
22
US
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);
 
Well to exit you use Unload Me or Unload formname. As to the others sorry, but I think its form.minimize.

Moocow Out,
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top