Thursday, February 17, 2011

Knot In Groin After Catheterization

prevent the right click


Prevent copy


To prevent too easy to copy content and photos of a blog by clicking the right mouse button, insert the following code before \u0026lt;/ head>:

\u0026lt;script language = "Javascript1.2">
ejs_nodroit function () {

alert ('Not allowed');
return (false);}

document.oncontextmenu = ejs_nodroit;
\u0026lt;/ script>
* * * * *
can change the message displayed by "alert ('Not allowed');".

This statement can also be deleted and nothing will appear. An example

modified site appears here.

* * * * * On
images (photos), we must avoid being clicked on the photo to enlarge. For this, we must, in the html code, delete the anchor on this photo:

\u0026lt;a href = "http:// ..." > \u0026lt;Img src = "http:// ..." /> \u0026lt;/ A>

becomes

\u0026lt;img src = "http:// ..." />
* * * * *
can finally add a watermark to each photo.

method a folder with Picasa is explained here .

Other useful addresses: download free software here "VSO Image Resizer".
* * * * *
These proposals will limit the copies. They are however not an insurmountable obstacle for specialized technicians.

0 comments:

Post a Comment