The following is a sample output of a script. Verify that this page is loaded without error.
Option Explicit Dim a, b, c a = Response.Form("amount") b = 20 c = a + b Response.Write c
Post Results