ProfEich
08-11-2003, 07:43 PM
Hi!
I've disabled selection on my Homepage with:
document.onselectstart=new Function ("return false")
It works well. But now I've an edit-field created with <input type="text"> and I can't select something in it.
How can I enable selection for input´s like this and disable it for everything else?
I've disabled selection on my Homepage with:
document.onselectstart=new Function ("return false")
It works well. But now I've an edit-field created with <input type="text"> and I can't select something in it.
How can I enable selection for input´s like this and disable it for everything else?