CODE element

The following piece of computer code is enclosed in code element. 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