Sunday, May 31, 2009

Re: [phpXperts] Re: How to disable right mouse click in Opera browser?



Thanks for your replay. But truly say its doesn't sent work on Opera. I have code that's works fine on other browser...  
 
S.M. Saidur Rahman
Senior Consultant
Epsilon Consulting & Development Services [ECDS]
Work: +8801911731214
Mobile: +8801911731214
rana_0036@yahoo.com
Visit MyBlogLog and get a signature like this!




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?

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
Recent Activity
Visit Your Group
Yahoo! Finance

It's Now Personal

Guides, news,

advice & more.

Need traffic?

Drive customers

With search ads

on Yahoo!

Group Charity

City Year

Young people who

change the world

.

__,_._,___

No comments: