 |
|
|
| View previous topic :: View next topic |
| Author |
Message |
andre oakland
Joined: 24 Aug 2008 Posts: 2
|
Posted: Mon Sep 01, 2008 8:39 am How can I get my submit button to send to my email |
|
|
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
</head>
<body id="page6">
<div class="tall_header">
<div class="main_w">
<!--header-->
<div class="flash">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="780" height="383">
<param name="movie" value="flash/header_v8.swf?button=6" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<!--[if !IE]> <-->
<object data="flash/header_v8.swf?button=6"
width="780" height="383" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
</div>
<!--content-->
<div class="content">
<div class="indent_box">
<div class="col_1">
<!--row_top-->
<div class="wr_gr">
<div class="t">
<div class="b">
<div class="l_t">
<div class="r_t">
<div class="l_b">
<div class="r_b">
<div class="h"><img src="images/6title2.gif" alt="" /></div>
<div class="box_text">
<strong><a href="#">rESTAURANT oWNERS.</a></strong><br />
If you own or operate a restaurant or have a catering service and will like to join out Network please fill out the box below. A representative will contact you within 24 - 48 Hours
<div style="padding:15px 0 16px 0;">
<form id="form" action="" enctype="multipart/form-data">
<div class="col_box">
<div class="col_box_1">Your name:</div>
<div class="col_box_2"><div class="k1"><input type="text" value=" " /></div></div>
<div class="clear"></div>
</div>
<div class="col_box">
<div class="col_box_1">E-mail address:</div>
<div class="col_box_2"><div class="k1"><input type="text" value=" " /></div></div>
<div class="clear"></div>
</div>
<div class="col_box">
<div class="col_box_1">Your telephone:</div>
<div class="col_box_2"><div class="k1"><input type="text" value=" " /></div></div>
<div class="clear"></div>
</div>
<div class="col_box">
<div class="col_box_1">Message:</div>
<div class="col_box_2 link">
<textarea cols="2" rows="2"> </textarea>
<span style="margin:0 17px 0 180px"><a href="#" onclick="document.getElementById('form').reset()">Clear</a></span><a href="#" onclick="document.getElementById('form').submit()">Submit</a> </div>
<div class="clear"></div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col_2">
<!--row_top-->
<div class="wr_y">
<div class="b">
<div class="l_b">
<div class="r_b">
<div class="indent_text list link">
<img src="images/6title1.gif" class="title" alt="" />
<strong><a href="#">Customer Service</a></strong> If you have any quests please feel free to email Us or call the support line we are here to help.
<img src="images/6f1.gif" class="ind_img" alt="" />
<b>2086 Kate Dr,<br />
Montgomery, IL.</b>
<div style="padding:11px 0 11px 0;">Monday thru Saturday: 11:00am to 10:00pm<br />
Sunday: 12:00pm to 10:00pm <br />
Phone: 1 800 547 5479<br />
E-mail: <a href="mailto:contactatdiningoutexpress.com">contactatdiningoutexpress.com</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
<!--footer-->
<div class="tall_footer">
<div class="main_w">
<div class="footer_indent">
<a href="#"><img src="images/footer_img4.jpg" alt="" /></a><a href="#"><img src="images/footer_img3.jpg" alt="" /></a><a href="#"><img src="images/footer_img2.jpg" alt="" /></a><a href="#"><img src="images/footer_img1.jpg" alt="" /></a>Dining Out Express. LLC 2007 <br />
<a href="index-6.html">Privacy Policy.</a>
</div>
</div>
</div>
</body>
</html> |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Mon Sep 01, 2008 11:57 am |
|
|
|
| action="" enctype="multipart/form-data" |
|
andre oakland
Joined: 24 Aug 2008 Posts: 2
|
Posted: Thu Sep 04, 2008 6:00 pm Where do I place it at |
|
|
|
| action=[color=darkred]"Do I place the email address here"multipart/form-data" |
|
PayneLess Designs

Joined: 28 Feb 2007 Posts: 1288 Location: Biloxi, MS
|
Posted: Thu Sep 04, 2008 9:41 pm |
|
|
|
| Code: |
| <form method="post" action="mailto:youremailatemail.com"> |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
|
 |
|
|
|
|
|
|
|