请问一个数据提交页的问题,不胜感激!

mashimero 2002-02-26 10:47:24
代码如下:请问我如何发信的同时,生成一个新的页面,如提交成功页!哪些带吗?加在哪里?
<form action="mailto:需要发到的邮件地址"method="post"enctype="text/plain">
姓名:<input type="text" name="姓名">
工作地点:<input type="text" name="工作地点">
日程:<input type="text" name="日程">
<input type="submit"><input type="reset">
</form>
...全文
79 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
ssm1226 2002-02-26
  • 打赏
  • 举报
回复
<form action="mailto:需要发到的邮件地址"method="post"enctype="text/plain">
姓名:<input type="text" name="姓名">
工作地点:<input type="text" name="工作地点">
日程:<input type="text" name="日程">
<input type="button" name="submit" onclick="window.open('1.asp');document.forms(0).submit()"><input type="reset">
</form>
ssm1226 2002-02-26
  • 打赏
  • 举报
回复
<form action="mailto:需要发到的邮件地址"method="post"enctype="text/plain">
姓名:<input type="text" name="姓名">
工作地点:<input type="text" name="工作地点">
日程:<input type="text" name="日程">
<input type="button" name="submit" onclick="window.open('1.htm');document.forms(0).submit()"><input type="reset">
</form>
希偌 2002-02-26
  • 打赏
  • 举报
回复
<form action="mailto:需要发到的邮件地址"method="post"enctype="text/plain">
姓名:<input type="text" name="姓名">
工作地点:<input type="text" name="工作地点">
日程:<input type="text" name="日程">
<input type="submit" onclick="javascript:window.open('success.asp');"><input type="reset">
</form>
希偌 2002-02-26
  • 打赏
  • 举报
回复
<form action="mailto:需要发到的邮件地址"method="post"enctype="text/plain">
姓名:<input type="text" name="姓名">
工作地点:<input type="text" name="工作地点">
日程:<input type="text" name="日程">
<input type="submit" onclick="window.open('success.asp');"><input type="reset">
</form>

28,391

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧