张银的博客


Eat to live, but do not live to eat.

导航

把表单内容提交到邮箱

Posted on 2009-03-25 22:36  张银  阅读(784)  评论(0编辑  收藏  举报
<style>
input 
{background-color:'99ffff';color:"red"}
textarea 
{background-color:'99ffff';color:"red"}
</style>
<body bgcolor="99ffff">
<form method="post" enctype="text/plain" action="mailto:yzhang0207@126.com?subject=hello">
<table>
<caption>读者回函</caption>
<tr><td>姓  名:<td><input type="text" name="username">
<tr><td>电子邮件:<td><input type="text" name="email">
<tr><td valign="top">内  容:<td><textarea name="msg" rows="2" cols="30">你好!!!</textarea>
<tr><td colspan="2" align="center"><input type="submit" value="填好了">
</table>
</form>
</body>

subject:邮件主题