Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. <!-- Halaman pencarian --->
  2.  
  3. <form name="formname" action="cetak.php" method="POST">
  4. <div id="inputa">
  5. <p>Dari</p> <input name="dari" class="input" size="40" type="text" id="date" size="10" required="" >
  6. </div>
  7.  
  8.  
  9. <div id="inputa">
  10. <p>Sampai </p> <input type="text" name="sampai" class="input" id="datepicker" size="40">
  11. </div>
  12. <input type="submit" name="cari" id="submit" Value="Submit">
  13. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement