You are here: irt.org | About | Feedback | 4288 [ previous next ]
Feedback on:
irt.org FAQ Knowledge Base Q1182
Sent by
Tim Leclair on November 22, 2002 at 07:27:21:
Worth:
Not worth reading
Comments:
This code posted is not functional. window.findText is nto supported. I think what was meant was:
var rangeText = document.body.createTextRange( );
rangeText.findText('Please do not cut and paste.');
However this still does not work. I have an idea. Create an mouseup event handler and check the selected text if it is not nothing on mouse up set it to nothing. It's as simple as that.
Thanks,
Tim Leclair
Web Developer
Other feedback on 'irt.org FAQ Knowledge Base Q1182' - show all