| Author: ravi 03 Jun 2008 | Member Level: Gold Points : 2 |
code:
paste the below code in script tags
if (typeof document.onselectstart!="undefined") { document.onselectstart=new Function ("return false"); } else{ document.onmousedown=new Function ("return false"); document.onmouseup=new Function ("return true"); }
|
| Author: ravi 11 Jun 2008 | Member Level: Gold Points : 0 |
is no one interested in this code???
|
| Author: komaladevi 11 Jun 2008 | Member Level: Gold Points : 1 |
can you please explain littlle bit more with comments because i dint find the entire code in this section
|
| Author: Kapil Dhawan 16 Jun 2008 | Member Level: Gold Points : 1 |
Hello Mr Ravi, Thanks for sharing your knowledge with us. nice piece of code. Keep It up Keep Posting Regards, Kapil
|
| Author: Mahesh H Shivaswamy 16 Jun 2008 | Member Level: Silver Points : 1 |
hi ravi :), where i've to paste this code , where i've to call this , please explain me little more .
|
| Author: Mahesh H Shivaswamy 16 Jun 2008 | Member Level: Silver Points : 2 |
yeah i tried it , it;s working thanks :)
|
| Author: ravi 02 Jul 2008 | Member Level: Gold Points : 1 |
paste the above between script tags and place the script tags in head tags
|
| Author: Gunarathinam.M 02 Jul 2008 | Member Level: Gold Points : 1 |
Cool... Its working fine and useful one too.
Keep rocking.
|
| Author: Raj Kumar Prajapati 27 Aug 2008 | Member Level: Bronze Points : 1 |
Hello Mr Ravi, Thanks for sharing your knowledge with us. nice piece of code. Keep It up Keep Posting Regards, RAJ PRAJAPATI
|