How to automatically allow blocked content in IE?

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

I am using below code for sample menu.

    

Tree Demo


        
7条回答
  •  隐瞒了意图╮
    2020-11-27 05:08

    There is a code solution too. I saw it in a training video. You can add a line to tell IE that the local file is safe. I tested on IE8 and it works. That line is

    For more details, please refer to https://msdn.microsoft.com/en-us/library/ms537628(v=vs.85).aspx

    
    
    
        
        
        
    
    
    
    
    

提交回复
热议问题