User Tools

Site Tools


appunti3s:js
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>
appunti3s/js.txt · Last modified: 2020/06/08 22:19 by 127.0.0.1