I'm currently learning IIS development with Visual Basic 6. What I am trying to do is figure out how to interact between the application and the web page, i.e. clicking a submit button which relays information to the IIS application which, in turn, sends a proper respones back to the user.

So, my question. If I create a simple event in a Webclass under a templated HTML page, how do I tell the submit button to access the application and run that event?

Thank you in advance for ANY help that you may bestow upon me.

--Daniel