You are on page 1of 1

<html>

<body>

<form action="master_pengirim.php" method="post">

<table>

<tr>

<td>nomor nota</td><td>:</td>

<td><input type="text" name="nonota"></td>

</tr>

<tr>

<td>Masukkan tanggal kirim</td><td>:</td>

<td><input type="date" name="takim"></td>

</tr>

<tr>

<td>Masukkan kode transportasi</td><td>:</td>

<td><input type="text" name="kodtran"></td>

</tr>

</table><br>

<input type="submit" name="simpan" value="simpan">

</form>

</body>

</html>

You might also like