Advertisement
Guest User

Untitled

a guest
Nov 15th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html dir="rtl">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=windows-1255">
  5. <title>Insert title here</title>
  6. <link rel="stylesheet" type="text/css" href="ggg.css">
  7. </head>
  8. <body>
  9. <u><h1>מועדון לקוחות</h1></u>
  10. <form name="form1">
  11. <table border="10">
  12. <tr>
  13. <td>
  14. שם פרטי
  15. </td>
  16. <td>
  17. <input type="text" name="fname">
  18. </td>
  19. </tr>
  20. <tr>
  21. <td>
  22. שם משפחה
  23. </td>
  24. <td>
  25. <input type="text" name="sname">
  26. </td>
  27. </tr>
  28. <tr>
  29. <td>
  30. עיר
  31. <td>
  32. <select>
  33. <option value="0">בחר עיר</option>
  34. <option>עכו</option>
  35. <option>נהרייה</option>
  36. <option>כרמיאל</option>
  37. <option>שלומי</option>
  38. </select>
  39. </td>
  40. </tr>
  41. <tr>
  42. <td>
  43. <input type="checkbox">
  44. </td>
  45. <td>
  46. רישיון נהיגה
  47. </td>
  48. </tr>
  49. <td>
  50. <select>
  51. <option>חודש</option>
  52. <script langauge="javascript">
  53. for(var i=1;i<=12;i++)
  54. document.write("<option>"+i+"</option>");
  55. </script>
  56. </select>
  57. </td>
  58. <td>
  59. חודש לידה
  60. <tr>
  61. <td>
  62. <select>
  63. <option>יום לידה</option>
  64. <script langauge="javascript">
  65. for(var i=1;i<=31;i++)
  66. document.write("<option>"+i+"</option>");
  67. </script>
  68. </select>
  69. </td>
  70. <td>
  71. יום לידה
  72. <tr>
  73. <td>
  74. <select>
  75. <option>שנת לידה</option>
  76. <script langauge="javascript">
  77. for(var i=1900;i<=2022;i++)
  78. document.write("<option>"+i+"</option>");
  79. </script>
  80. </select>
  81. <td>
  82. שנת לידה
  83. </table>
  84. </form>
  85. <input type="reset" value="איפוס">
  86. <br>
  87. <input type="submit" value="שלח נתונים">
  88. <br>
  89. <h1><a href="GALLERY PAGE.html">|גלרייה
  90. |</a>
  91. <a href="CONTACT PAGE.html">|צור קשר
  92. |</a>
  93. <a href="LINKS.html">|קישורים
  94. |</a>
  95. <a href="ODOT.html">|אודות
  96. |</a>
  97. <a href="HOME PAGE.html">|דף בית|
  98. </a></h1>
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement