Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to output html from COM

Status
Not open for further replies.

atdawgie

Technical User
Sep 29, 2001
60
US
Hi,

I created a COM object on IIS and want it to print out HTML. I call it from an ASP file but am not sure how to get it to print. Should I use debug.print or is there another way to get it to print?

Thanks,
Aaron
 
You can create a simple method in the COM object to return a string that contains HTML, maybe something like ToString(). Then all you would have to do is Response.Write MyObj.ToString()

-T

01000111 01101111 01110100 00100000 01000011 01101111 01100110 01100110 01100101 01100101 00111111
The never-completed website:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top