Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. div class="mail">
  2. <h2>Input an email and Submit</h2>
  3. <form name="form1" action="#">
  4. <ul>
  5. <li><input type='text' name='text1'/></li>
  6. <li>&nbsp;</li>
  7. <li class="submit"><input type="submit" name="submit" value="Submit" onclick="ValidateEmail(document.form1.text1)"/></li>
  8. <li>&nbsp;</li>
  9. </ul>
  10. </form>
  11. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement