首页 相关文章 Html:小技巧:自动提交表单的实现方法

Html:小技巧:自动提交表单的实现方法

  方法一:

html
head
titleUntitled Document/title
(1)自动提交表单:
meta http-equiv="Content-Type" content="text/html; charset=gb2312"
/head
script language=javascript
setTimeout("document.form1.submit()",10000)
/script
body bgcolor="#FFFFFF" text="#000000"
form name="form1" method="post" action="pp.asp"
 p
  input type="text" name="textfield"
 /p
 p
  input type="text" name="textfield2"
 /p
/form
/body
/html

10秒后提交。
---------------------------------------------...[ 查看全文 ]

2016-02-19 标签:

Html:小技巧:自动提交表单的实现方法的相关文章

手机页面
收藏网站 回到头部