- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
網页制作form小技巧
表单(FORM)标记(TAGS)
基本语法
表单的基本语法
form action=url method=*... ... input type=submit input type=reset/form
*=GET, POST
表单中提供给用户的输入形式
input type=* name=**
*=text, password, checkbox, radio, image, hidden, submit, reset
**=Symbolic Name for CGI script
文字输入和密码输入
*=text, password
input type=*input type=* value=**
form action=/cgi-bin/post-query method=POST
您的姓名:
input type=text name=姓名br
您的主页的网址:
input type=text name=网址 value=http://br
密码:
input type=password name=密码br
input type=submit value=发送input type=reset value=重设
/form
窗体顶端
您的姓名: 您的主页的网址: 密码:
窗体底端
input type=* size=**input type=* maxlength=**
form action=/cgi-bin/post-query method=POST
input type=text name=a01 size=40br
input type=text name=a02 maxlength=5br
input type=submitinput type=reset
/form
窗体顶端
窗体底端
复选框(Checkbox) 和 单选框(RadioButton)
input type=checkboxinput type=checkbox checkedinput type=checkbox value=**
form action=/cgi-bin/post-query method=POST
input type=checkbox name=水果1
Bananap
input type=checkbox name=水果2 checked
Applep
input type=checkbox name=水果3 value=橘子
Orangep
input type=submitinput type=reset
/form
窗体顶端
Banana
Apple
Orange
窗体底端
input type=radio value=**input type=radio value=** checked
form action=/cgi-bin/post-query method=POST
input type=radio name=水果
Bananap
input type=radio name=水果 checked
Applep
input type=radio name=水果 value=橘子
Orangep
input type=submitinput type=reset
/form
窗体顶端
Banana
Apple
Orange
窗体底端
图象坐标
在下面选则一个系数后,在图象上点一下,就知道什么是图象坐标了!
input type=image src=url
form action=/cgi-bin/post-query method=POST
input type=image name=face src=f.gifp
input type=radio name=zoom value=2 checkedx2
input type=radio name=zoom value=4x4
input type=radio name=zoom value=6x6p
input type=reset
/form
窗体顶端
x2 x4 x6
窗体底端
隐藏表单的元素
input type=hidden value=*
form action=/cgi-bin/post-query method=POST
input type=hidden name=add value=hoge@hoge.jp
Here is a hidden element. p
input type=submitinput type=reset
/form
窗体
您可能关注的文档
- 網路岗上网行为管理功能介绍.doc
- 網路常见故障查找方法.doc
- 網路正负口碑行为干扰因素之研究.doc
- 網路管理与维护论文.doc
- 網路编程基础步骤和方法.docx
- 網路购买农产品的消费需求要素之研究.doc
- 網路音乐创作团体契约关系研究以台湾个案为例.doc
- 網载电气系工作计划.doc
- 網通IP技术规范书.doc
- 網通施工组织设计.doc
- 调研:破解湿地固碳增汇“四难”困境推进生态价值高效转化.docx
- 税务局党业融合工作总结:党建领航,税业共进.docx
- 从民营企业看政府投资如何有效带动社会投资.docx
- 夯实党业融合根基,激活企业发展动能:党建引领工建、团建,激发员工活力的讨论交流.docx
- 医疗纠纷化解工作经验:建机制、循法理、重预防.docx
- 2025年8月主题党日活动方案(附学习计划).docx
- 2025年党员干部管理的经验材料.docx
- 县教育局局长在开学初工作部署会议上的讲话.docx
- 银行党委书记在党委理论学习中心组上关于“五个进一步到位”研讨发言材料.docx
- 在2025年全区食品安全工作会议上的讲话.docx
文档评论(0)