GET and POST done
This commit is contained in:
@@ -7,6 +7,24 @@
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
<p>Welcome to my first web page.</p>
|
||||
|
||||
<div id="formdiv">
|
||||
<input type="text" id="customername" placeholder="Customer name">
|
||||
<button id="add" onclick="addCustomer()">Add</button>
|
||||
</div>
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>ID</th>
|
||||
<th>Name</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody id="resultarea">
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user