Modifiche bottoni aggiunta e aggiornamento + caricamento pizze on load
This commit is contained in:
@@ -7,9 +7,9 @@
|
|||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="script.js"></script>
|
<script src="script.js"></script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body onload="listPizze()">
|
||||||
<button onclick="listPizze()">Lista</button>
|
<button onclick="location.href='add.html'">+</button>
|
||||||
<button onclick="location.href='add.html'">Aggiungi</button>
|
<button onclick="listPizze()">Aggiorna</button>
|
||||||
|
|
||||||
<br><br>
|
<br><br>
|
||||||
<div id="tabellaPizze"></div>
|
<div id="tabellaPizze"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user