%@ LANGUAGE = JScript %> <% //Create and set variables that will be used in populating //the form. In a typical application, these values would come //from a database or text file. var strFirstName; var strLastName; var strAddress1; var strAddress2; var blnInfo; strFirstName = "John"; strLastName = "Doe"; strAddress1 = "1 Main Street"; strAddress2 = "Nowhere ZA, 12345"; %>