顺利装上IE7,感谢netbee & Google 真狡猾
因为安装需要通过正版验证,系统是D版,一直装不上。求助于netbee,netbee提供了一个微软正版验证工具,刷了一下序列号,安装立即成功。
IE7可以将任意搜索引擎设定为默认搜索引擎。对IE7的新用户,如果默认搜索引擎不是Google,在打开Google首页时,右上角会出现将Google设为默认的提示:
代码如下,做搜索引擎的赶紧加上 :),另外:这段代码在IE7以下版本并不会出现。
<style>
#ie7ds {behavior:url(#default#userData);}
#close {background-color: #cccccc; border: 1px #656565 solid; position: absolute; padding: 2 6 2 6px; top: -1px; right: -2px; margin-right: 0px;}
#close a {font-size: 9px; color: #333333; text-decoration:none;}
</style>
<div id=ie7ds style=”display:none; position: absolute; top: 2px; right: 2px; color: #656565; border: 1px solid #656565; font-weight: bold; background-color: #ffffff; padding: 4 20 4 20px;”>
<span id=”close”><a href=# onClick=”return ie7dsc()” onmousedown=”return clk(this.href,’promos’,'hppwebie7ds:en_extra’,'pro’,'1′,”)”><font size=-2>close</font></a></span>
<img src=”/images/arrow.gif” width=36 height=27 border=0><br>Make Google your search<br>engine in Internet Explorer<br><br><input name=”Make Google my search” type=”button” value=”Make Google my search” style=”width: 14em;” onClick=”document.location=’http://www.google.com/options/setie7defaultsearch.exe’”><font size=-3><br></font></div>
<script>var ie7dsDiv = document.getElementById(”ie7ds”);ie7dsDiv.load(”IsOnIE7dsPromo”);if (ie7dsDiv.getAttribute(”display”) == null && navigator.userAgent.search(”Windows NT 6.0″) == -1) {ie7dsDiv.style.display = “block”}function ie7dsc() {ie7dsDiv.setAttribute(”display”,”none”);ie7dsDiv.save(”IsOnIE7dsPromo”);ie7dsDiv.style.display=”none”return false;}
</script>

