MFC : IHTMLElement how to remove an html element
I have a dialog which has a web control... and with it I add elements using the put_innerHTML method of the class IHTMLElement. How do I delete elements though? 开发者_开发问答I can't seem to find the method for it. Thanks...
All you have to do is incorporate javascript. Since this is a web control inside a form, using javascript is a lot easier.
精彩评论