Javascript Objects JavaScript DHTML



Sample text, try to select part of it



function function1() {
    myElement.setAttribute("unselectable", "off", 0);
    document.expando = true;
}
function function2() {
    myElement.setAttribute("unselectable", "on", 0);
    document.expando = true;
}

Unselectable
Selectable