// No select for Internet Explorer
this.gContainer.onmousedown = function(evt) {
noselect;
}
This works great, but throws 'no select unknown' in Chrome/Firefox. I've tried putting try catch block around it, but this stops it functioning.
Any ideas?