I am trying to create a status display for a MS VC++ project that can render HTML. I have successfully created a browser object using the mozilla active x control and can call get_body() but it appears that put_innerHTML is not implemented.
I did figure out that I could write the HTML to a file and then Navigate to the file but this adds allot of overhead and disk access I would like to avoid. Can anyone tell me how I would accomplish this some other way? Randy [EMAIL PROTECTED]
