日期:2014-05-16  浏览次数:20321 次

求这个网址的源码!!!应该在js里面
本是一个html5页面,在ie6下浏览会出现一个友情提示,求这个友情提示的源码!!!

http://h5.qidian.com/

最好完整一些,带css!!谢谢



------解决方案--------------------
探讨
引用:

ie打开,开发人员工具,什么都能看到...


找了,没在这里

------解决方案--------------------
JScript code
var html = '<div class="popup-tip"><div class="pp-title">友情提示</div><div class="pp-content">';
            html += '<div style="padding: 0 0 10px; text-align: center;"><img src="images/pop-logo.gif" alt="" /></div>';
            html += '<p>本网站采用html5技术构建,由于您的浏览器对html5兼容性问题,暂不支持您的浏览器访问本站,推荐您使用Chrome、Firefox、Safari、OPERA、IE9或者平板设备打开本站。</p>';
            html += '<p align="center" style="font-size: 18px; position: relative;">现在也可以直接访问起点主站 <a href="http://www.qidian.com" style="color: red">www.qidian.com</a></p>';
            html += '<p align="center" style="font-size: 24px;">谢谢您的光临!</p></div>';
            html += '<dl class="download-browser"><dt>下载·HTML5浏览器</dt><dd><ul>';
            html += '<li><a href="http://www.google.cn/chrome" class="gc" target="_blank">google chrome</a></li>';
            html += '<li><a href="http://www.firefox.com.cn/download/" class="mf" target="_blank">firefox</a></li>';
            html += '<li><a href="http://www.opera.com/browser/" class="op" target="_blank">opera</a></li>';
            html += '<li><a href="http://www.apple.com.cn/safari/download/" class="as" target="_blank">safari</a></li>';
            html += '<li><a href="http://info.msn.com.cn/ie9/" class="mi" target="_blank">ie9</a></li>';
            html += '</ul></dd></dl></div><div class="popup-tip-bg"></div>';