home *** CD-ROM | disk | FTP | other *** search
- // {End Header} Do not remove this comment//
- // Generated on 08/27/96
- //
- var f = new getpassForm();
- f.open();
- class getpassForm extends Form {
- with (this) {
- color = "gold";
- title = "Password";
- }
-
-
- with (this.rule1 = new Rule(this)){
- left = 2;
- top = 7;
- size = 2;
- right = 58;
- }
-
-
- with (this.image1 = new Image(this)){
- height = 4.8235;
- left = 2;
- top = 1;
- width = 13.6667;
- dataSource = "filename SECUR21.GIF";
- alignment = 4;
- }
-
-
- with (this.HTML1 = new HTML(this)){
- height = 3;
- left = 20;
- top = 1;
- width = 38;
- color = "400040";
- fontBold = false;
- text = "<H1>Enter User Information</H1>";
- }
-
-
- with (this.HTML2 = new HTML(this)){
- height = 1;
- left = 2;
- top = 9;
- width = 16;
- color = "400040";
- fontBold = false;
- text = "User Name";
- }
-
-
- with (this.userName = new Text(this)){
- left = 20;
- top = 9;
- width = 20;
- value = "";
- }
-
-
- with (this.HTML3 = new HTML(this)){
- height = 1;
- left = 2;
- top = 11;
- width = 16;
- color = "400040";
- fontBold = false;
- text = "Password";
- }
-
-
- with (this.password = new Password(this)){
- left = 20;
- top = 11;
- width = 20;
- value = "";
- }
-
-
- with (this.reset1 = new Reset(this)){
- left = 2;
- top = 13;
- width = 8;
- text = "Reset";
- }
-
-
- with (this.button1 = new Button(this)){
- left = 20;
- top = 13;
- width = 16;
- text = "Submit";
- }
-
-
- }
-