<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="ro"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" /> <title>Contact Form Script</title> </head> <body> <form style="width:350px; background:#e8e8fe; text-align:center;" id="cform" method="post" action="contact_mail.php"> <h3 id="fc_titlu"><u>Send a message</u></h3> <label for="nume">Your Name: </label><input type="text" name="nume" id="nume" size="18" maxlength="40" /><br /> <label for="email">Your E-mail:</label> <input type="text" name="email" id="email" size="18" maxlength="58" /><br /> <label for="subject">Subject: </label> <input type="text" name="subject" id="subject" size="28" maxlength="70" /><br /> <label for="message">Your message: (<i>maximum 500 characters</i>)</label><br /> <textarea name="message" id="message" cols="35" rows="6"></textarea> <input type="hidden" name="anti_spam" id="anti_spam" value="" /><br /> <a href="http://www.coursesweb.net/" title="Free WebMaster Courses" target="_blank" style="font-size:8px; color:#eaeafe;">www.coursesweb.net</a><br /> <i>Verification code:</i> <b id="codas"> </b><br /> Add the verification code: <input type="text" name="anti_spam1" id="anti_spam1" value="" size="7" maxlength="7" /><br /> <input type="submit" value="Send" id="csubmit" /> </form> <script type="text/javascript" src="contact.js"></script> </body> </html>