I have a problem. I am creating a submital form within an application using the WebBrowser control. When the user finished filling out the form, they will submit it. I want to do all of this on the HTML side, so I am having the form create and instance of the Active Messaging Object and then submitting the information. However, when the user submits the form, they get a warning message, because I am creating a reference to an active x object. I would like to rid myself of that warning message, since the program can only browse through a selected set of HTML pages. Is this possible??