First I’m sorry for mistakes that I will write – I know English very bad :) but I hope you will understand my question.
I write a simple JavaScript code:
var userSelection;
if (window.getSelection) {
userSelection = window.getSelection();
alert(userSelection + ' Mozzila, Opera');
}
else if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.