<% ' Create a new object Set oACI = Server.CreateObject("ACI.WhoIs") ' Run the WhoIs method sResults = oACI.WhoIs( "whois.internic.net" , "microsoft.com", 30) %> <HTML> <BODY> <%=sResults%> </BODY> </HTML>