<html> <body> <p><a href="http://tlp.shopvisible.com/"><span style="text-decoration: underline;">Home</span></a> > Contact Us</p> <h1 style="color: #0101df;">Contact Us</h1> <hr color="999999" size="1" /><br /> <style type="text/css"> form{background-image:url(http://tlp.shopvisible.com/itemImages/contactus/contact.jpg); background-repeat:no-repeat; align="left"; } #img_submit { position:absolute; bottom: 200px; right: 400px; z-index: 3; } #name { border: 1px solid #A8A8A8; height: 24px; left: 130px; position: absolute; top: 144px; width: 260px; } #email_address { border: 1px solid #A8A8A8; height: 24px; left: 130px; position: absolute; top: 180px; width: 260px; } #subject { border: 1px solid #A8A8A8; height: 24px; left: 130px; position: absolute; top: 218px; width: 260px; } #phone { border: 1px solid #A8A8A8; height: 24px; left: 130px; position: absolute; top: 256px; width: 260px; } #message{ border: 1px solid #A8A8A8; left: 130px; position: absolute; top: 292px; } </style> <form id="form1" name="form1" method="post" action="sendemail.asp" > <input type="image" id="img_submit" src="http://tlp.shopvisible.com/itemImages/newsletter%20images/submit.jpg" alt="Submit"> <br/><br/><br/> <table align="right"> <tr> <td> <p><b>Our Direct Toll Free Phone Number is 1-800-694-8344.<br/> We accept incoming call from the USA and Canada<br/><br/> Our Fax Number: 1-888-506-2080<br/><br/> If you prefer to Contact us via Mail, you can do so at:<br/><br/> <i>TheLatinProducts.com<br/> 2197 Canton Road.Suite 107<br/> Marietta,GA.30066</i></b></p> </td> </tr> </table> <br> <input type="text" class="large" name="name" id="name" /> <br><br> <input type="text" class="large" name="email" id="email_address" /> <br><br> <input type="text" class="large" name="subject" id="subject" /> <br><br> <input type="text" class="large" name="phone" id="phone" /> <br><br> <textarea name="message" cols="30" rows="3" id="message"></textarea> </form> </body> </html>
I'm not sure you are looking for code in ASP or ASP.NET. Check out the example below. Hope it's helpful to you! http://asp.thedemosite.co.uk/asp_contact_email_form/asp_contact_email_form_code.asp
I am looking for code in ASP. I checked the example already but it did not help. I was unable to run the ASP code in that example.