Senin, 02 Januari 2012

Contoh script "input-obat" untuk program "Apotik"

gambar hasil dari script dibawah ini untuk "Daftar Obat" :

hasil program yang sudah diinput

<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
       <title>DAFTAR NAMA OBAT</title>
</head>
<body>
<body bgcolor=#99BBDA text=#000000>
<form action="output-obat.php" action="post">
<form action="output-obat2.php" action="post">
<h1><center><b><font face="calibri" color=#ffffff>Apotik C3004B</center></b></font></h1>
<h2><center><b><font face="calibri" color=#ffffff>JL.pinus No.30 RT.04/RW.11 Kawasan Pancar.Bogor 110430</center></b></font></h2>
<h3>====================================================================================================================================================================================================</h3>
<tr><td rowspan=2 width=50%><img="open.jpeg"></tr></td>
<center><table size=100% border=10 bgcolor=#000000></center>
<tr><td><b><font face="calibri" color=#ffffff size=4>
<center><h2><b><font face="pacifico" color=#ffffff>DAFTAR OBAT<b></h2></center></font>
<hr><pre>
 No.Transaksi      : <input type="text" name="notrans" size=20><p>
 Nama Kasir        : <input type="text" name="nabat" size=20><p>
 NAMA OBAT         : <input type="text" name="nabat" size=20><p>
 KODE OBAT         : <select name="kobat">
                     <option value="syrup">SYRUP</option>
                     <option value="tablet">TABLET</option>
                     <option value="kaplet">KAPLET</option>
                     <option value="puyer">PUYER</option><select><p>
 JENIS OBAT        : <input type="text" name="jebat" size=20><p>
 JUMLAH            : <input type="text" name="jumlah" size=20><p>
 HARGA             : <input type="text" name="harga" size=10><p></b></pre>
<hr></font>
<center><input type="submit" name="PROSES" value="PROSES">&nbsp;&nbsp;<input type="reset" name="CANCEL" value="CANCEL">
</td></tr>
</table>
</font><br>
<table size=100% border=3 bgcolor=#FFFF80>
                             <tr><td><center><b><a href="company_profile.php"><b>COMPANY PROFILE</center></b></a></td></tr>
</body>
</html>

Tidak ada komentar:

Posting Komentar