Is it possible to have an active x control "loaded" on the click of a button in an asp page? I don't want the control to be part of the page. What should happen is when the user clicks on a submit button, the control loads with some data that is passed from the page and the user can either print that data from the active x control or close it without printing>

Can this be done anyone?