deleteContents method
Removes all contents within a selected range.
![]() ![]() |
Syntax
Range.deleteContents();Parameters
This method has no parameters.
Return value
This method does not return a value.
Exceptions
| Exception | Condition |
|---|---|
|
detach has been invoked on the object. |
|
Some of the contents or nodes are read-only. Versions earlier than Internet Explorer 10 return W3Exception_DOM_NO_MODIFICATION_ALLOWED_ERR. |
Standards information
Remarks
If the deleted range contains closing or opening tags, the remaining tags are completed.
See also
Show:

