Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q1182

Feedback on: irt.org FAQ Knowledge Base Q1182

Sent by Jan Cortsen on February 03, 2000 at 13:59:38: - feedback #789

Worth:
Worth reading

Comments:
Sorry...all I get by that example is an error!!! (Object doesn't support this methode!)
I'm using Netscape 4.70 and Explorer 5.00.
I copied the entire example into a blank HTML file and then tried to test it...with NO success!


Sent by Norberto Pinelo on August 28, 2001 at 17:35:58: - feedback #3105

Technical:
Just right

Comments:
don't work in ie5.5 :(


Sent by Tim Leclair on November 22, 2002 at 07:27:21: - feedback #4288

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


©2018 Martin Webb