added scripts to all tables
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<title>Customers</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
<script src="customers.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Customers</h1>
|
||||
@@ -45,9 +46,9 @@
|
||||
<td class="inputcell"><input type="text" id="in_service_id"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><button onclick="addService()">Save</button></td>
|
||||
<td colspan="2"><button onclick="addcustomer()">Save</button></td>
|
||||
</tr>
|
||||
</table>
|
||||
<div id="addresult"></div>
|
||||
<h2 id="addresult"></h2>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user