ru en uk

  sing in

(044) 362 48 16   (098) 294 41 60


   Services
   Portfolio
   Prices
   Articles
   Services
   Printing
   Multimedia
   Hosting
   Contacts

Home   |   WEB development   |   Articles   |   Fundamentals of language html

Protects Content Site

If available on your website photo Murzik beloved cat, but you do not want anyone to copy or retain it on hard, then put this script into the body of the site: & nbsp;

<SCRIPT Language=JavaScript>
function click () (
if (event.button == 2) (
alert ( 'My cat, do not who do not give! =)');
)
)
document.onmousedown = click
/ / ->
</ SCRIPT>

However, Copyment can be, if the select all and press Ctrl + C (View-> Copy). Here's how you can disable:

<HTML>
<HEAD>
...
<SCRIPT>
; Function no_copy ()
(
alert ( "Still do not give!")
return false
)
</SCRIPT>

...

</ HEAD>
<BODY ONCOPY="return no_copy()">

...

</ BODY>
</ HTML>


This can be realized by using such code:


<html>
<head>
<title> Murzik </ title>
&nbsp; <style> </ style>
</ head>
<body oncopy="return false" onselectstart="return false">
</ body>
</ html>

But if you're on the other side of the barricades. Someone has posted photos of their dogs Ding, but it you love that line has no money to watch =) and the urgent need to download it on hard, Hit the "show in the form of HTML" and then find the lineaddress of the image copy it to the bar of your browser and voila! Text're looking for there.


 
Paginal output
29.05.2007
Working with databases
29.05.2007
Safety Fundamentals
29.05.2007