作者devilray (Enjoy suffering)
看板Web_Design
标题[问题] 表单EMAIL寄送,怎麽内容是空白的
时间Fri Feb 24 17:42:07 2006
作了个表单,想使用EMAIL寄送的方式,但是自己测试
按"送出" 後,EMAIL中都是空白的,这是为什麻呢,我都照着书上作了!
以下是CODE,麻烦帮我看看,我刚学,有点昏^^,谢谢
<form action="mailto:
[email protected]?Subject=报名表" method="post"
name="registration" id="registration">
<div align="left">
<p>姓名
<input name="name" type="text" id="name" size="10" maxlength="5">
</p>
<p>性别
<label>
<input type="radio" name="RadioGroup1" value="male">
男</label>
<label>
<input type="radio" name="RadioGroup1" value="female">
女</label>
<label></label>
</p>
<p>身份证字号
<input name="id" type="text" id="id" size="20">
</p>
<p>出生年月日
<input name="birth" type="text" id="birth">
(例:2006/01/01)</p>
<p>服务单位
<input name="service" type="text" id="service">
职称
<input name="title" type="text" id="title">
</p>
<p>通讯地址
<input name="address" type="text" id="address" size="60">
</p>
<p>联络电话
<input name="phone" type="text" id="phone">
</p>
<p> 保险受益人
<input name="beneficiary" type="text" id="beneficiary">
</p>
<p> E - MAIL
<input name="email" type="text" id="email">
</p>
<p> 素食者请勾选
<input name="radiobutton" type="radio" value="vegeterian">
</p>
<p>紧急联络人
<input name="contactor" type="text" id="contactor">
紧急联络电话
<input name="contactorphone" type="text" id="contactorphone">
</p>
<p>
<input type="submit" name="Submit" value="送出">
</p>
</div>
</form>
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 219.81.164.191
1F:→ abgne:若只是这样写的话 是不会有任何内容的 02/24 18:08
3F:推 tina0724:您的回答救了我一命呀!! 06/27 17:06