Email

Status
Niet open voor verdere reacties.

Wijhelpenjou

Gebruiker
Lid geworden
27 aug 2007
Berichten
541
Waar moet ik mijn email adres invullen zo dat als mensen op submit drukken het naar mijn e mail verzonden word??

HTML:
<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Contact Us</title>
<meta name="keywords" content="keyword1, keyword2, keyword3, etc..." />
<meta name="description" content="Description of website here..." />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="main">
  <div id="logo"><a href="index.html"><img src="images/logo.gif" alt="Your Business" border="0" style="display:block;float:left;" /></a>
    <div id="navbar">
      <ul>
        <li><a href="index.html">Home</a></li>
        <li><a href="about.html">About</a></li>
        <li><a href="services.html">Services</a></li>
        <li><a href="news.html">News</a></li>
        <li><a href="contact.html">Contact</a></li>
      </ul>
    </div>
  </div>
  <div id="mainphoto"><img src="images/photo-main.jpg" alt="Your Company" /><a href="about.html"><img src="images/statement-main.gif" alt="Business Solutions to fit your personal needs." border="0" /></a></div>
  <div class="clear"></di>
  <div id="main-inner">
    <div id="main-inner-left">
      <h1>Contact LogoMen</h1>
      <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Mauris est. Donec mollis. Morbi purus eros, luctus eget, scelerisque id, lobortis eu, lectus.</p>
      <form id="form1" name="form1" method="post" action="process.php">
        <label>Name:<br />
        <input name="name" type="text" id="name" />
        </label>
        <p>
          <label>Email:<br />
          <input name="email" type="text" id="email" />
          </label>
        </p>
        <p>
          <label>Comments:<br />
          <textarea name="comments" cols="30" rows="4" id="comments"></textarea>
          </label>
        </p>
        <p>
          <input type="submit" name="Submit" value="Send" />
        </p>
      </form>
    </div>
    <div id="main-inner-right"> <img src="images/continents.gif" alt="Contact Us" />
      <p>Phone:<br />
        1-987-654-3210<br />
        <br />
        Toll-Free:<br />
        1-800-555-1212<br />
        <br />
        Mobile:<br />
        1-987-123-4567<br />
        <br />
        Fax:<br />
        1-987-456-7890</p>
      <p class="highlight"><img src="images/arrow-on-white.gif" alt="Email Contact" hspace="5" align="absmiddle" /><a href="contact.html">Email Contact</a></p>
    </div>
    <div class="clear"></div>
  </div>
  <div class="clear"></div>
</div>
<div id="footer"> &copy; LogoMen Company | 
  <!-- This template is provided free of charge as long as you keep the link to http://www.finerdesign.com -->
  <a href="http://www.finerdesign.com/" target="_blank" style="text-decoration:none;">Web Design</a> by FinerDesign.com</div>
</body>
</html>
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan