现在的位置: 首页 > 综合 > 正文

document.form.submit()的使用

2013年10月17日 ⁄ 综合 ⁄ 共 300字 ⁄ 字号 评论关闭

1、example:

<form action="http://www.baidu.com/"  name="listfrm" method="post"  >
				<input name="s" type="text">
			</form>
			<a href="javascript:void(document.listfrm.submit())">submit</a>


参考:http://zhidao.baidu.com/question/96051969.html

2、。。

Html From 提交

关于Html form表单的提交,很容易。。。但如果不仔细还是能有很多错误

http://www.iteye.com/topic/311433

抱歉!评论已关闭.