
martinrevet
By: a guest on
Aug 3rd, 2012 | syntax:
HTML | size: 0.80 KB | hits: 20 | expires: Never
El url es stamfordvetcenter.com
y este es el div donde estan los forms del index
<div class="contacts">
<h2>Quick Contact</h2>
<form action="contacto.php" method="post"" name="contacto" id ="contacto" >
<input name="name" type="text" value="Your Name" onfocus="if(this.value=='Your Name')this.value=''" onblur="if(this.value=='')this.value='Your Name'"/>
<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'"/>
<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>
<a href="index.html">Submit</a>
</div>