'createTextRange()' is applied to : createTextRange « Javascript Methods « JavaScript Reference

'createTextRange()' is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |<body>                          <button>                      |
|                |<input type="button">           <input type="hidden">         |
|                |<input type="password">         <input type="reset">          |
|                |<input type="submit">           <input type="text">           |
|                |<textarea>                                                    |
+----------------+--------------------------------------------------------------+
      
      








Related examples in the same category

1.'createTextRange()' Syntax, Parameters and Note
2.'createTextRange()' Example