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