Link Button not working with IE 10

前端 未结 2 1573
梦谈多话
梦谈多话 2020-12-18 03:40

I have an problem related to Link Button Click event in asp.net on Internet Explorer 10.Link Button click event is not firing. It shows the javascript error

         


        
2条回答
  •  -上瘾入骨i
    2020-12-18 04:14

    meta http-equiv="X-UA-Compatible" content="IE=EmulateIE9"

    meta http-equiv="X-UA-Compatible" content="IE=EmulateIE8"

    meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7"

提交回复
热议问题