// Warning message var warning = "Right-clicking is disabled on this page.\nPlease contact me if you would like\nto use any image from this site.\n\nThank you!\jindo@kang.org"; function click() { if (event.button==2) { alert(warning) } } document.onmousedown=click