Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
Oct. 22, 2013, 6:39 p.m.
FORMAT:
Text only
SIZE:
522 Bytes
Raw
Download
Tweet
HITS:
1121
Go to comments
Report
<html>
<head> <title></title>
<script type= "text/javascript">
function replaceSelected() {
var range = document.getSelection().getRangeAt(0);
range.deleteContents();
range.insertNode(document.createTextNode('Test'));
}
</script>
</head>
<body>
<p>This is a paragraph. Highlight any of the text and click the button to replace the highlighted text.</p>
<button onclick="replaceSelected();">Click Me</button>
</body>
</html>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus