I'm using WROX VB6 Web Programming. Chapter 9 has an html,asp,dll assignment to call an .asp from an html. The asp instantiates the dll object within script:
<%
'Create the Web Provider Component
Set objDisplay = Server.CreateObject("Authors.Display")
'Call the component...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.