Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes all contents within a selected range.
| .png) .png) | 
Syntax
object.deleteContents();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Exceptions
| Exception | Condition | 
|---|---|
| InvalidStateError | IHTMLDOMRange::detach has been invoked on the object. | 
| NoModificationAllowedError | 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.