Why does JavaScript only work after opening developer tools in IE once?

前端 未结 12 2118
予麋鹿
予麋鹿 2020-11-22 02:20

IE9 Bug - JavaScript only works after opening developer tools once.

Our site offers free pdf downloads to users, and it has a simple \"enter password to download\" f

12条回答
  •  無奈伤痛
    2020-11-22 02:41

    This solved my problem after I made a minor change to it. I added the following in my html page in order to fix the IE9 problem:

    
    

提交回复
热议问题