ru en uk

  sing in

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


   Services
   Hosting
   Contacts

Home   |   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.


 
Working with databases
29.05.2007
The first thing you need to create dynamic pages - a database that will store all the information. Would you like to be able to view the contents of database tables, do the sample, add or update data? All this can be done using the built-in functions in PHP ...
What is a session and what they need?
26.04.2007
Sessions - a mechanism established for temporary storage and transfer of information between the scripts in one site ...
Working with databases
29.05.2007
The first thing you need to create dynamic pages - a database that will store all the information. Would you like to be able to view the contents of database tables, do the sample, add or update data? All this can be done using the built-in functions in PHP ...