<%@ Language="VBScript" %> <% Option Explicit %> <% Dim TestString %> <% TestString = "OK" %> <% Response.Write TestString %>