User Tools

Site Tools


appunti3s:js

Differences

This shows you the differences between two versions of the page.


appunti3s:js [2020/06/08 22:19] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +<file javascript j.html><html>
 + <head>
 + <script type="text/javascript">
 + function miafunzione()
 + {
 + var name=prompt("Scrivi il tuo nome","Mario");
 + if (name!=null && name!="")
 + {
 + document.write("<p>Ciao " + name + "! </p>");
 + }
 + }
 + </script>
 + </head>
  
 + <body onload="miafunzione()">
 +
 + </body>
 +
 +</html>
 +</file>
appunti3s/js.txt · Last modified: 2020/06/08 22:19 by 127.0.0.1