M
Michael Chase Brazell
Hi, I'm using:
document.onselectstart = new Function("return false");
to disable selection of content on my page. This works fine, except
that images are still selectable.
Any ideas?
Thanks
document.onselectstart = new Function("return false");
to disable selection of content on my page. This works fine, except
that images are still selectable.
Any ideas?
Thanks