Thanks for your replay. But truly say its doesn't sent work on Opera. I have code that's works fine on other browser...
From: tanvir_064 <tanvir_064@yahoo.co.in>
To: phpexperts@yahoogroups.com
Sent: Sunday, May 31, 2009 5:38:33 PM
Subject: [phpXperts] Re: How to disable right mouse click in Opera browser?
S.M. Saidur Rahman Senior ConsultantEpsilon Consulting & Development Services [ECDS] | Work: +8801911731214 Mobile: +8801911731214 rana_0036@yahoo. | |
Visit MyBlogLog and get a signature like this! |
From: tanvir_064 <tanvir_064@yahoo.
To: phpexperts@yahoogro
Sent: Sunday, May 31, 2009 5:38:33 PM
Subject: [phpXperts] Re: How to disable right mouse click in Opera browser?
if u want to off right click u can use following java script function as far as i know.
<script type="text/javascri pt" language="javascrip t">
var message = "function disabled";
function rtclickcheck( keyp)
{
if (navigator.appName == "Netscape" && keyp.which == 3)
{
alert(message) ;
return false;
}
if (navigator.appVersi on.indexOf( "MSIE") != -1 && event.button == 2)
{
alert(message) ;
return false;
}
}
document.onmousedow n = rtclickcheck;
</script>
--- In phpexperts@yahoogro ups.com, S.M. Saidur Rahman (রানা) <rana_0036@. ..> wrote:
>
> Hi experts
> How can i disable right mouse click and Ctrl+c control by using javascript? If any solution please share with me.
>
> Thanks
> Rana
>
__._,_.___
Visit phpXperts website at www.phpxperts.net
MARKETPLACE
Change settings via the Web (Yahoo! ID required)
Change settings via email: Switch delivery to Daily Digest | Switch format to Traditional
Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe
.
__,_._,___
No comments:
Post a Comment