How to automatically allow blocked content in IE?

前端 未结 7 1650
广开言路
广开言路 2020-11-27 04:35

I am using below code for sample menu.

    

Tree Demo


        
7条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 04:54

    You have two options:

    1. Use a Mark of the Web. This will enable a single html page to load. It See here for details. To do this, add the following to your web page below the doctype and above the html tag:

    2. Disable this feature. To do so go to Internet Options->Advanced->Security->Allow Active Content... Then close IE. When you restart IE, it will not give you this error.

提交回复
热议问题