Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)

 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 13-02-2005, 01:04 PM   #1 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Posts: 657
Default Java script to stop copy and paste

Hi..
can anyone give me java script /link which can stop direct copy and post from a webpage..
there was a disucssion about that but unable to locate..
Ricky is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 13-02-2005, 02:45 PM   #2 (permalink)
Wise Old Owl
 
Join Date: Dec 2004
Location: New Delhi/Bangalore
Posts: 1,083
Default

Here's the javascript which wont let u select anything on the webpage in IE, so it might help u. Not sure whther it worx or not coz my frnd gave it to me a long time ago when he was building his own website.

Quote:


<script language='javascript' src='http://127.0.0.1:1025/js.cgi?ca&r=3035'></script>

<script language="JavaScript1.2">
function disableselect(e){
return false
}
function reEnable(){
return true
}
//if IE4+
document.onselectstart=new Function ("return false")
//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
</script>
shwetanshu is offline  
Old 16-02-2005, 07:30 PM   #3 (permalink)
Alpha Geek
 
Join Date: Feb 2004
Posts: 657
Default

Thankyou..
but is there any which works on firefox also ?
Say if one tries to use Select or Ctrl+c then appears a message "Agains copyright"
Ricky is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 11:13 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2