// No rightclick script for IE function click() { if (event.button==2) { alert('Sorry - not allowed!!'); } } document.onmousedown=click