%@ LANGUAGE = VBScript %> <% Option Explicit %> <% ' 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. Dim strFirstName Dim strLastName Dim strAddress1 Dim strAddress2 Dim blnInfo strFirstName = "John" strLastName = "Doe" strAddress1 = "1 Main Street" strAddress2 = "Nowhere ZA, 12345" %>