cheap nfl jerseys china cheap nfl jerseys free shipping wholesale nfl jerseys china wholesale jerseys from china cheap nfl jerseys free shipping cheap nfl jerseys for sale cheap jerseys free shipping wholesale nfl jerseys from china cheap nfl jerseys sale cheap nike nfl jerseys china wholesale jerseys free shipping cheap nfl jerseys wholesale wholesale nfl jerseys online cheap nfl jerseys wholesale china jerseys wholesale cheap coach handbags outlet authentic designer handbags cheap coach handbags outlet cheap coach purses outlet discount coach bags coach bags sale coach purse outlet cheap real coach purses coach handbags sale online coach purse outlet michael kors outlet online store cheap michael kors bags cheap michael kors purse michael kors factory outlet online cheap michael kors handbags cheap michael kors purses michael kors bags outlet online cheap michael kors purse michael kors handbags discount
Riepilogo parte 1

<script>
<!--  hiding
  document.write("Questa scritta � stata prodotta con la function document.write di JavaScript.")
// end hiding -->
</script>

Come chiamare functions premendo un bottone.
<head>
 <script>
 <!-- Hiding
     function pushbutton() {
       alert("Hello!");
  }
 // end hiding -->
 </script>
</head>

<form>
<input type="button" name="Button1" value="Premi qui!" onclick="pushbutton()">
</form>


Inserisci il tuo nome:
<head>
<script>
<!--  hiding
  function getname(str) {
    alert("Hi, "+ str+"!");
  }
// end hiding -->
</script>
</head>


Inserisci il tuo nome:
<form>
  <input type="text" name="name" onBlur="getname(this.value)" value="">
</form>


Last changes:
Last changes:
<script>
  <!--  hiding
    document.write(document.lastModified)
  // end hiding -->
</script>


Riepilogo: Parte 2 - Parte 3 - Parte 4 - Parte 5 - Parte 6 - Parte 7


Esercizi JavaScipt