Advertisement
sidi_d

Untitled

Feb 4th, 2015
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="he" lang="he" dir="rtl">
  5. <head>
  6. <title>טופס צור קשר</title>
  7. <meta http-equiv="Content-Type" content="text/html; charset=windows-1255" />
  8.  
  9. <link href="css/style2.css" rel="stylesheet" type="text/css" />
  10. </head>
  11.  
  12. <body dir="rtl">
  13.  
  14. <form action="process-form.php" method="post" id="form">
  15.  
  16. <div class="cform01">
  17. <div class="inner">
  18. <h3>לאירוע מרגש<br>צרו קשר</h3>
  19.  
  20.  
  21. <div class="">
  22. <form action="process-form.php" method="post" id="form">
  23. <input type="text" id="name" name="name" placeholder="השם שלך" />
  24. <input type="text" id="email" name="email" placeholder="הדואר אלקטרוני שלך" />
  25. <input type="text" id="topic" name="topic" placeholder="הטלפון שלך" />
  26. <textarea id="comments" name="comments" cols="1" rows="3" placeholder="ההודעה שלך"></textarea>
  27.  
  28. <div class="buttons">
  29. <a href="#" class="link1" onclick="document.getElementById('form').submit()"><em><b>לחצו כאן<br>לחוויה מוסיקלית מהנה<br></b></em></a>
  30. <div class="fix"></div>
  31. </div>
  32. </div>
  33. </form>
  34.  
  35. </div>
  36. </div>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement