JavaScript Reference/Javascript Properties/htmlText — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|
(нет различий)
|
Текущая версия на 08:22, 26 мая 2010
"htmlText" Example
<html>
<head>
<script language="JScript">
function function1() {
var b = document.all.tags("input");
alert(b[0].createTextRange().htmlText);
}
</script>
</head>
<body topmargin="50" leftmargin="100">
<input type="button" value="Click here" onclick="function1();">
</body>
</html>
"htmlText" is applied to
+----------------+--------------------------------------------------------------+
| Applied_To |TextRange |
+----------------+--------------------------------------------------------------+
"htmlText" Syntax and Note
Note:
Read-only property.
Returns the object HTML content.
Syntax:
textRangeName.htmlText