Advertisement
Guest User

Untitled

a guest
May 30th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.70 KB | None | 0 0
  1. <form id="ContactForm" action="">
  2.                                             <div>
  3.                                                 <div class="wrapper"><input type="text" class="input" />Your Name:<br/></div>
  4.                                                 <div class="wrapper"><input type="text" class="input" />Your E-mail:<br/></div>
  5.                                                 <div class="wrapper"><input type="text" class="input" />Your Phone:<br/></div>
  6.                                                 <div class="wrapper"><textarea name="textarea" cols="1" rows="1"></textarea>Your Message:<br/></div>
  7.                                                 <a href="#" class="link1 right color2" onClick="document.getElementById('ContactForm').submit()">Send</a>
  8.                                                 <a href="#" class="link1 right color2" onClick="document.getElementById('ContactForm').reset()">Clear</a>
  9.                                             </div>
  10.                                         </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement