<%@ LANGUAGE = VBScript %> <% Option Explicit %> Java Component Samples: CallAspIntrinsics A Java component accessing the ASP context directly, without using the framework:

<% Dim Obj Set Obj = Server.CreateObject("IISSample.CallAspIntrinsics") ' Call the method -- ASP context flows automatically Obj.sayHello %>