Computer Geeks

Computer Geeks

Geek Shop

Geek News

Geek Stuff

Science Geek

Computer Gaming

Linux Chat

Building Websites

Computer Forums

Computer Help Forum

Computer Hardware Forum

Computer Software Programs


Go Back   Computer Forums > Building Websites

Building Websites This section covers all aspects of publishing, developing and maintaining websites. Topics include: website design, graphic design, website programming, web hosting, website marketing (SEO, link exchange, publicity, advertising), monetization & etc.

Computer Geeks
» Active Discussions
Computer Geeks
No Threads to Display.
» Other Websites
- Software Publishing

- Server Hardening
Reply
 
Thread Tools Display Modes
  #1  
Old 10-23-2010, 02:49 PM
lenavip lenavip is offline
Junior Member
GB Newbie
 
Join Date: Oct 2010
Posts: 4
Default How disable copy paste for web content,image on Opera Browser? JAVA Script Code?

JAVA Script Code?
__________________
http://web.maxiterm.com.ua
Reply With Quote
  #2  
Old 11-01-2010, 05:16 AM
samlko samlko is offline
Junior Member
GB Newbie
 
Join Date: Nov 2009
Posts: 5
Default

JavaScript code will be the best option to disable copy & paste for web content, image on opera browser...and it can be used for any browser as the javascript code is the best option when there is a issue of browser compatibility...
Reply With Quote
  #3  
Old 11-01-2010, 08:14 AM
lenavip lenavip is offline
Junior Member
GB Newbie
 
Join Date: Oct 2010
Posts: 4
Default

How do I make the code work for Opera ?
...OnLoad ="mousedef();...
function mousedef(){
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!docum ent.all)) {
if (e.which==2||e.which==3) {
(message);
return false;}}}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
document.onmousedown=clickNS;
}else{
document.onmouseup=clickNS;
document.oncontextmenu=clickIE;
}
document.oncontextmenu=new Function("return false");
}
__________________
http://web.maxiterm.com.ua
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to Copy/Backup/Share your DVD disk On Mac OS X kittykitty Geek Stuff 0 07-17-2009 03:55 AM
Anyone know of a good free image hosting script? Soulwatcher Building Websites 14 03-24-2009 10:19 PM
How to create rule in sendmail for a copy of sending mail?? er_gaurav22 Building Websites 0 10-09-2007 11:55 AM
How to uninstall existing JAVA compiler in CentOS5? raid2005 Building Websites 3 07-15-2007 01:46 AM
Firefox Vs Opera Vs Internet Explorer Eminem Geek Stuff 5 04-27-2006 11:26 AM

Powered by vBadvanced CMPS v3.2.3

All times are GMT -5. The time now is 05:25 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
HTML Help provided by HTML Help Central.