网页出现scanstyles does nothing in Webkit / Mozilla的解决方法

  今天ytkah要验证一些百度服务,那边的客服MM说她用ie浏览器打开网页出现"scanstyles does nothing in Webkit / Mozilla / Opera",但是在我们这边的显示正常啊,换了几个浏览器都没出现那个弹出提示框,让她换个webbrowser(浏览器)又没那个问题。

  在技术论坛上搜索了一下,发现很多网友也出现了这个问题,而且很多反映都是IE 11或Win 8环境下发生的。

  当然微软官方也给出了一些解决方案,翻译过来:a.按 F12 进入 开发者模式,b.点击 浏览器模式IE*(*为版本号,),c.选择你现在使用的IE浏览器版本,比如IE 11,d.按 F12 退出 开发者模式。原文如下:

1. Which websites are you trying to access when you receive this message?

2. Are you receiving this message in Internet Explorer 10 or in Firefox?

3. Which web browser is set as default?

If you are receiving this message in IE 10, then it may occur if the website is improperly programmed or due to compatibility issues.

You may check in compatibility mode or in browser mode.

You may also try the following steps to check in browser mode.

a. Press F12.
Note the Developer Tools pane opens at the bottom of the Internet Explorer window.

b. On the menu bar of the Developer Tools pane, click Browser mode: IEx.

Note In this button name, "IEx" represents the actual version number of the current browser view setting.

c. In the Browser mode list, click the previous version of Internet Explorer.

d. Press F12 to close the Developer Tools pane.

If the issue is fixed in compatibility or browser mode, then you may get in touch with the website provider for further assistance.

Hope the information helps. Let us know if you need further assistance with Windows related issues. We will be happy to help.

  如果确实是网页兼容性问题(js等),那就慢慢改吧,调试快乐!

时间: 2024-11-03 22:18:15

网页出现scanstyles does nothing in Webkit / Mozilla的解决方法的相关文章

ecshop网页加载waiting(TTFB)时间过长的解决方法

服务器的内存8G,CPU为4核,宽带8M的阿里云 windows server 2012 . apache 2.4.php 5.3 .mysql 5.5 每次打开网站都觉得有点慢,用谷歌浏览器查看网页加载时间都在1秒以上. 查找原因 在init.php文件在 $start_time =  microtime(true); //放在不同的位置,查看最后输出的时间差定位耗时位置 echo microtime(true) - $start_time;exit; //放在文件最后 最后定位出 if (!

精易编程助手在win10网页不能分析,显示无法访问该页只解决方法

一.错误提示: 二.解决方法: 原文地址:https://www.cnblogs.com/yxh2019/p/10496436.html

CenOS下firefox browser (火狐浏览器)无法播放网页音乐的解决方法

新装载的Firefox或许无法播放网页音频,解决方法如下: 1. 下载并安装 flashplayer插件&&下载网址:https://get.adobe.com/flashplayer/?loc=cn 2. 解压 并将其中的libflashplayer.so放到主文件夹及/Home下 3. 进入terminal获取管理员权限操作,使用  su 命令 4. 查看主文件夹下是否存在 libflashplayer.so文件,dir命令 5. 复制libflashplayer.so到火狐插件文件夹

mp4网页播放代码,有声音无图像的解决办法~

mp4网页播放代码,有声音无图像的解决办法~ 关于网页播放mp4格式的视频,找了一些插件,这里推荐一下video.js 官方网址:http://www.videojs.com/ github :https://github.com/videojs/video.js/ demo:http://www.videojs.com/downloads/video-js-4.12.5.zip 使用方法: ①引入文件:指派flash播放的swf文件 <link href="//example.com/p

网页设计制作CSS实现隔行换色两种方法

网页设计制作CSS实现隔行换色两种方法 2007-12-21 20:59:44  来源:网页教学网 网页设计制作,CSS实现隔行换色两种方法: 第一种方法: 以下为引用的内容:<style type="text/css">UL.myul1 LI{}</style><ul class="myul1"><li id="li1">111</li><li id="li2"

电脑网页打不开但qq能上解决方法

问题描述: 电脑网页打不开但qq能上. 问题原因: 是由于电脑系统的DNS解析出了问题. 解决方法: 首先在键盘上同时按下  win+R   然后在弹窗中输入cmd , 再按enter键,进入命令提示符窗口: 然后输入ipconfig/displaydns,就会看到之前使用过的DNS地址: 然后再输入ipconfig/flushdns;这条命令的作用是清除DNS解析缓存; 最后打开浏览器 成功

网页乱码,解决方法

网页乱码,字符集的问题.博主少说废话了!直接上解决方法! 二种:1.在apache/nginx配置文件中,将charset值 更改为utf8/gb2312 2.在apache/nginx配置文件中,将 Charset值直接注释掉,然后在你的网页动态语言中,加入这一行: <head> <meta http-equiv="content-type" content="text/html:charset=utf8/gb2312"/> </he

电脑无线网能登QQ不能打开网页问题的解决方法

电脑出现问题,连接有线网时可以上网. 但是在连接无线网之后,网页就不能打开,以为就不能联网,但是顺手试着打开QQ,发现QQ可以用 原因:上网查资料,是DNS的问题.因为QQ联网不需要使用DNS,但是使用浏览器浏览网站需要DNS来解析域名(解析域名到IP地址的映射,!!而QQ应该是不需要域名,直接用IP地址,所以就不需要进行解析!!!) 解决方法: 1.搜索“网络和共享中心”,并打开 2.打开左侧的“更改适配器设置” 3.找到自己连接的那个无线网,右击,打开“属性” 4.在“网络”属性下找到“In

移动端网页开发的一些解决方法【转】

网上看到一片好文,转载保留 高性能 CSS3 动画 尽可能的让动画元素不在文档流中,以减少重排 position: fixed; position: absolute; 尽可能多的利用硬件能力,如使用3D变形来开启GPU加速 -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3