top



I want Script To Disable The Right-Click only for guest not members.

My forum version punbb

use the BEGIN user logged out for making it for guests only

First of all..
No living browser uses document.all Tounge

A simpler script, put it into your homepage message:

Code:
<script>
jQuery(function() {
    if (document.getElementById('i_icon_mini_login')) document.oncontextmenu = function() { return: false; };
});
</script>

nothing working......... Sad

Your browser?

I checked opera,chrome,firefox its not working in any browser

Thanks to all.... Smile
My problem solved

[solved]