网络实验室

 找回密码
 注册账户
查看: 2078|回复: 0

email JavaScripts form

[复制链接]
无心的棋子 发表于 2007-7-16 01:48:12 | 显示全部楼层 |阅读模式
<!--
A basic e-mail form
Find a cgi or php script to work with this and direct the action="" through the script
you can use just javascript but people can see your e-mail in the source so it defeats half the object of having a form
-->

<form name="mail" method="post" action="yourscript.cgi">
    <p>Your Name:<br><input type="text" name="from" size="46"></p>
    <p>Your email address:<br><input type="text" name="mailfrom" size="46"></p>
    <p>Subject:<br><input type="text" name="subject" size="46"></p>
    <p>Your Message:<br>
<textarea name="content" rows="10" cols="50"></textarea>
</p>
    <p><input type="submit" name="submit" value="submit">
    &nbsp;&nbsp;<input type="reset" name="reset" value="reset"></p>
    <p><input type="hidden" name="destination" value="..\"></p>
    <p>&nbsp;</p>
</form>
您需要登录后才可以回帖 登录 | 注册账户

本版积分规则

黑屋|存档|手机|网络实验室 本站服务器由美国合租以及IDCLayer国际数据提供!!!

GMT+8, 2024-4-29 09:53 , Processed in 0.334434 second(s), 10 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表