今天遇到了IE6等版本的script暂停的警告信息
为了不出现这个,我在M的网上找到了答案,这里记录一下
To change this time-out value in Internet Explorer 4.0, 5.0, 6, 7, or 8, follow these steps:
- Using a Registry Editor such as Regedt32.exe, open this key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles
Note If the
Styles
key is not present, create a new key that is called
Styles
.
- Create a new DWORD value called "MaxScriptStatements" under this key and set the value to the desired number of script statements. If you are unsure of what value you need to set this to, you can set it to a DWORD value of 0xFFFFFFFF to completely avoid the dialog.
具体的翻译一下:
为了解决IE4 ~IE8 IE过期的问题,请按照以下这些步骤
1.通过 Regedt32.exe工具,打开注册表打开Key值如下:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Styles
注意:如果没有Style这个Key的话,请新建,然后访问
2.创建一个DWORD的值,名字为MaxScriptStatements,相应的值为0xFFFFFFFF
好了我没有具体翻译,是通过加工的,希望对大家有用
有什么问题请给我留言
谢谢
分享到:
相关推荐
- Corrected a Disk test bug where on rare occasions a verification error is incorrectly displayed. This is during the random seeking phase of the "Random data with random seeking" test mode and ...
A reference to an invalid page (a page that is not in your working set) is referred to as a page fault. Assuming the page reference does not result in an access violation, a page fault can be either ...
There is a default, so you don't need to define your own unless you wish to eliminate interactive messages and handle them on your own. This is helpful if you are using VCLZip as a service or on a ...
Note: This directive is hardcoded to Off for the CLI SAPI ; Default Value: Off ; Development Value: 4096 ; Production Value: 4096 ; http://php.net/output-buffering output_buffering = 4096 ; You can ...
This format ensures a semi sorted key list, in that within a page the data is not sorted but pages are in sort order relative to each other. So a look-up for a key just compares the first keys in the ...
However, this complicates code readability and imposes a performance penalty, so avoid doing this transformation if the only purpose is to minimize includes in header files. Of course, .cc files ...
Attempt to auto-detect Ghostscript and pdfLaTeX on first run on Windows (in addition to Mac and Linux) Attempt to recover from a broken configuration Minor bug fixes and compatibility fixes ...
Is this tiny piece of software mature enough to run my high-traffic website? To begin with, Nginx is not as young as one might think. Originally started in 2002, the project was first carried out by ...
The VariSpec always processes each command to completion before starting on the next command, and it has a 256 byte input buffer, so there is no problem issuing several commands at once; they will all...
This chapter explains how to create complete working programs that can be run on client computers that do not have Python installed. Chapter 2, Drawing Fundamental Shapes: This shows how to create ...
He claims this excessive screen time is causing our brains to become fatigued. In his 2017 TED Talk, Strayer explains that constant engagement with technology—such as responding to emails, consuming...
This may cause some extra overhead depending upon what you are trying to do but it should be negligable since during the execution of a script there isn't anything going on that will trigger repeated...
the Switch() operator is within a while loop, causing an error on the second iteration. (BZ 460) Disassembler - fix for error emitted for unknown type for target of scope operator. Now, ignore it and...
means every individual who is not registered by Licensor but who is allowed to use the Registered Software in accordance with the terms and conditions set forth in this license agreement on a computer...
The mobile internet traffic is surging, while the ARPU is flat or even decreasing slowly, which impacts the ability to build out the networks and offer services in a timely fashion.. To maintain ...
How can you do this without causing your site to fail for those visitors whose browsers don’t support compression? In all these cases, you need a program to act as the intermediary between the ...
By focusing exclusively on this market, the Author provides the reader with a comprehensive guide to trading STIR futures. He covers key points such as how STIR futures are priced, the need to ...
they had to be active and visible to Unity as soon as the application started running.) This functionality causes a minimal amount of garbage allocation every few seconds in those scenes, but did not ...