[問題] 表單EMAIL寄送,怎麼內容是空白的

看板Web_Design作者 (Enjoy suffering)時間19年前 (2006/02/24 17:35), 編輯推噓1(102)
留言3則, 2人參與, 最新討論串1/1
作了個表單,想使用EMAIL寄送的方式,但是自己測試 按"送出" 後,EMAIL中都是空白的,這是為什麻呢,我都照著書上作了! 以下是CODE,麻煩幫我看看,我剛學,有點昏^^,謝謝 <form action="mailto:XXX@ntnu.edu.tw?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

02/24 18:08, , 1F
若只是這樣寫的話 是不會有任何內容的
02/24 18:08, 1F

02/24 18:09, , 2F
02/24 18:09, 2F

06/27 17:06, , 3F
您的回答救了我一命呀!!
06/27 17:06, 3F
文章代碼(AID): #13_jDU4W (Web_Design)
文章代碼(AID): #13_jDU4W (Web_Design)