-
IHTMLDocument2对象将得到的信息文档,检查和修改HTML元素和文本文档中。(原文:Gets information about the document, and examines and modifies the HTML elements and text in the document.)
-
IHTMLDocument2接口继承自IDispatch接口。 IHTMLDocument2也具有以下类型的成员:
-
Methods(方法):
-
IHTMLControlRange :: execCommand
-
IHTMLControlRange :: execCommandShowHelp
-
IHTMLControlRange :: queryCommandEnabled
- 返回一个布尔值,该值指示在给定文档的当前状态的情况下,是否可以使用 - IHTMLControlRange :: execCommand成功执行指定的命令。
-
IHTMLControlRange :: queryCommandIndeterm
- 返回一个布尔值,该布尔值指示指定的命令是否处于不确定状态。
-
IHTMLControlRange :: queryCommandState
-
IHTMLControlRange :: queryCommandSupported
- 返回一个布尔值,该值指示当前范围是否支持当前命令。
-
IHTMLControlRange :: queryCommandValue
-
IHTMLDialog :: toString
-
IHTMLDocument2 :: clear
-
IHTMLDocument2 ::close
-
IHTMLDocument2 :: createElement
-
IHTMLDocument2 :: createStyleSheet
-
IHTMLDocument2 :: elementFromPoint
-
IHTMLDocument2 :: open
- 打开一个新窗口,并加载由给定URL指定的文档。另外,还会打开一个新窗口,该窗口使用url参数和name参数来收集 - IHTMLDocument2 :: write方法和 - IHTMLDocument2 :: writeln方法的输出。
-
IHTMLDocument2 :: queryCommandText
-
IHTMLDocument2 :: write
-
IHTMLDocument2 :: writeln
- 将一个或多个HTML表达式(后跟一个回车符)写入指定窗口中的文档。
-
Properties(属性):由于过多,就不一一列举了。