disableselect Guest

Gender: None specified
|
Posted: Tue Jun 12, 2007 10:54 pm Post subject: How to disable "select" page contents - source cod
View Single Post |
|
|
How to disable "select" page contents - source code - script
java will works, anyone know how to?
|
|
| |
|
 |
ADs robot
 |
|
 |
onselectstart Guest

Gender: None specified
|
Posted: Tue Jun 12, 2007 10:56 pm Post subject: : How to disable "select" page contents - source cod
View Single Post |
|
|
Yes, I do : works on IE, need only one line.
| Code: |
| <script>document.onselectstart = new Function ("return false");</script> |
|
|
| |
|
 |
|