New to ASP. Can't quite figure out the following.

HTP Page on CLIENT has a button and a textbox. User Clicks on button which runs CLIENT side script which request as ASP page on SERVER. The ASP page creates an active X object which does some processing and then returns to the ORIGINAL CLIENT page, a datastream (not HTTP formatted) which the CLIENT puts into the TextBox.

Note: the ASP page is not supposed to display anything, only create and Active X SERVER object which will return to the requesting CLIENT page, information which it will use via CLIENT side server scripts.