<%response.Write request.Form%>

<form action="" method="post">
<input name="filedata" type="text" />

<input name="filedata" type="text" />
<input name="sub1" type="submit" value="第一个提交按钮" />
<input name="sum2" type="submit" value="第二个" />

</form>

看看上面的代码,在IE8下,如果点“第一个提交按钮”,再接收时,是无法输出其值的。也就是点那个提交按钮就无法接收到这个按钮的value

页面hand间加入<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
可解决此现象

相关文章:

  • 2022-12-23
  • 2021-05-06
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2021-11-27
  • 2021-11-27
  • 2021-06-06
  • 2021-09-13
  • 2022-02-07
  • 2021-12-08
  • 2022-12-23
相关资源
相似解决方案