java


SUBMITTED BY: Guest

DATE: June 5, 2016, 6:55 p.m.

FORMAT: Text only

SIZE: 1.1 kB

HITS: 952

  1. this is a news java script :
  2. html>
  3. <body>
  4. <p>Required fields are <b>bold</b></p>
  5. <form action="contact.php" method="post">
  6. <p><b>Your Name:</b> <input type="text" name="yourname" /><br />
  7. <b>Subject:</b> <input type="text" name="subject" /><br />
  8. <b>E-mail:</b> <input type="text" name="email" /><br />
  9. Website: <input type="text" name="website"></p>
  10. <p>Do you like this website?
  11. <input type="radio" name="likeit" value="Yes" checked="checked" /> Yes
  12. <input type="radio" name="likeit" value="No" /> No
  13. <input type="radio" name="likeit" value="Not sure" /> Not sure</p>
  14. <p>How did you find us?
  15. <select name="how">
  16. <option value=""> -- Please select -- </option>
  17. <option>Google</option>
  18. <option>Yahoo</option>
  19. <option>Link from a website</option>
  20. <option>Word of mouth</option>
  21. <option>Other</option>
  22. </select>
  23. <p><b>Your comments:</b><br />
  24. <textarea name="comments" rows="10" cols="40"></textarea></p>
  25. <p><input type="submit" value="Send it!"></p>
  26. <p> </p>
  27. <p>Powered by <a href="http://myphpform.com">PHP form</a></p>
  28. </form>
  29. </body>
  30. </html>

comments powered by Disqus