<%
Option Explicit
Dim MyObject
Set MyObject = Server.CreateObject("SampleServer.Employees")
Response.Write MyObject.FormWithSelectControl("./index.asp", "POST")
%>