Hi there, All I want is to AVOID any text selection and hightlight while doing these: "Click somewhere on the page, and Shift + Click elsewhere on the page again," and the text between the two Clicks would be selected and hightlighted. In IE, i can use the "document.selection.clear()" method to clear the selection. But for other browsers such as FF, it just say "document.selection has no properties" and not do nothing.
Is there any way to handle this?