<html>
<">

页面不刷新,提交表单

80酷酷网    80kuku.com

  刷新|提交表单|页面

表单提交的时候,提交到ifrmae页面中,本页面不刷新,然后在iframe页面中接收(象平常发送到第二页面一样接收),就可以了

<" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>

<body>
<form name="form1" method="post" action="abc_update" target="upload">
  <p>
    <input type="text" name="textfield">
  </p>
  <p>
    <input type="text" name="textfield2">
  </p>
  <p>
    <input type="submit" name="Submit" value="提交">
  </p>
</form>
<iframe src="abc_update.asp" name=update height=0 width="0"></iframe>
</body>
</html>



分享到
  • 微信分享
  • 新浪微博
  • QQ好友
  • QQ空间
点击: