Don't like ads? PRO users don't see any ads ;-)
Guest

martinrevet

By: a guest on Aug 3rd, 2012  |  syntax: HTML  |  size: 0.80 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. El url es stamfordvetcenter.com
  2.  
  3. y este es el div donde estan los forms del index
  4.  
  5. <div class="contacts">
  6.      <h2>Quick Contact</h2>
  7.                  <form action="contacto.php" method="post"" name="contacto" id ="contacto" >
  8.      <input name="name" type="text" value="Your Name" onfocus="if(this.value=='Your Name')this.value=''" onblur="if(this.value=='')this.value='Your Name'"/>
  9.      <input name="email" type="text" value="Your E-mail Address" onfocus="if(this.value=='Your E-mail Address')this.value=''" onblur="if(this.value=='')this.value='Your E-mail Address'"/>
  10.      <textarea name="txt_msg"  rows="" cols="" onfocus="if(this.value=='Put your message here')this.value=''" onblur="if(this.value=='')this.value='Put your message here'">Put your message here</textarea>
  11.      <a href="index.html">Submit</a>
  12.     </div>