Advertisement
Guest User

Untitled

a guest
Jul 10th, 2016
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <Title>Siebel</Title>
  5.  
  6. </head>
  7.  
  8. <body>
  9.  
  10. <form action="login.php" method="post">
  11. <label>UserName :</label>
  12. <input id="name" name="username" placeholder="username" type="text">
  13. <label>Password :</label>
  14. <input id="password" name="password" placeholder="**********" type="password">
  15. <input name="submit" type="submit" value=" Login ">
  16.  
  17. </form>
  18.  
  19. <form action="insert.php" method="post">
  20. <table>
  21. <tr>
  22. <td>Case Number</td>
  23. <td><input type="text" Placeholder="SR-Number" name="SR-Number" ></td>
  24. </tr>
  25. </table>
  26. </form>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement