( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKBase.class.php on line 114
Call Stack
#TimeMemoryFunctionLocation
10.0017413984{main}( ).../index.php:0
20.08774264752Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.340013133424Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.340313133368Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.340313133744Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.340313133744Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.340513133840Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.340913172080require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.345813464440GKTemplate->__construct( ).../component.php:31
100.352113605960GKTemplateMenu->getMenuType( ).../gk.framework.php:84
110.352913649928require_once( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKMenu.php' ).../helper.menu.php:19

( ! ) Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/lib/menu/GKHandheld.php on line 76
Call Stack
#TimeMemoryFunctionLocation
10.0017413984{main}( ).../index.php:0
20.08774264752Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.340013133424Joomla\CMS\Application\SiteApplication->render( ).../CMSApplication.php:202
40.340313133368Joomla\CMS\Application\SiteApplication->render( ).../SiteApplication.php:778
50.340313133744Joomla\CMS\Document\HtmlDocument->parse( ).../CMSApplication.php:1030
60.340313133744Joomla\CMS\Document\HtmlDocument->_fetchTemplate( ).../HtmlDocument.php:545
70.340513133840Joomla\CMS\Document\HtmlDocument->_loadTemplate( ).../HtmlDocument.php:730
80.340913172080require( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/component.php' ).../HtmlDocument.php:668
90.345813464440GKTemplate->__construct( ).../component.php:31
100.355213772792GKTemplateMenu->getMenuType( ).../gk.framework.php:85
过滤 法语助手 划词搜索
Logo
Print this page

过滤 法语助手 划词搜索

frdic.com/dic_resource/frdic_grab.js

原代码如下

 

 

 

frdic.com/dic_resource/frdic_grab.js

原代码如下

 

var dict_is_ie = true;
var dict_host = 'http://www.frdic.com/';
var dict_help = 'http://www.frdic.com/service.aspx';
var dict_partner = '';
var dict_enable = false;
var dict_old_word = '';
var dict_moving = 0;
var dict_onmove = 0;
var dict_onlayer = 0;
var dict_startx = 0;
var dict_starty = 0;
var dict_cx = 0;
var dict_cy = 0;
var dict_x = 0;
var dict_y = 0;
var dict_layer;
var dict_iframe;
/*
 * 描述:跨浏览器的设置 innerHTML 方法
 *       允许插入的 HTML 代码中包含 script 和 style
 * 作者:kenxu 
 * 日期:2006-03-23
 * 参数:
 *    el: 合法的 DOM 树中的节点
 *    htmlCode: 合法的 HTML 代码
 * 经测试的浏览器:ie5+, firefox1.5+, opera8.5+
 */
var setInnerHTML = function (el, htmlCode) {
    var ua = navigator.userAgent.toLowerCase();
    if (ua.indexOf('msie') >= 0 && ua.indexOf('opera') < 0) {
        htmlCode = '
for IE
' + htmlCode; htmlCode = htmlCode.replace(/]*)>/gi, ''); el.innerHTML = htmlCode; el.removeChild(el.firstChild); } else { var el_next = el.nextSibling; var el_parent = el.parentNode; el_parent.removeChild(el); el.innerHTML = htmlCode; if (el_next) { el_parent.insertBefore(el, el_next) } else { el_parent.appendChild(el); } } } /* * 描述:通过重定义 document.write 函数,避免在使用 setInnerHTML 时, * 插入的 HTML 代码中包含 document.write ,导致原页面受到破坏的情况。 */ document.write = function() { var body = document.getElementsByTagName('body')[0]; for (var i = 0; i < arguments.length; i++) { argument = arguments[i]; if (typeof argument == 'string') { var el = body.appendChild(document.createElement('div')); setInnerHTML(el, argument) } } } //--> function dictInit(){ var agt = navigator.userAgent.toLowerCase(); dict_is_ie = (agt.indexOf("msie")!=-1 && document.all); var h = '
Last modified onSunday, 14 October 2012 04:07

( ! ) Warning: count(): Parameter must be an array or an object that implements Countable in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 169
Call Stack
#TimeMemoryFunctionLocation
10.0006414456{main}( ).../index.php:0
20.07894265256Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07894265256Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.285511456448Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.286111480952Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.286911536280Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.287211563680require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.297811963312K2ControllerItem->execute( ).../k2.php:64
90.297811963312K2ControllerItem->display( ).../BaseController.php:710
100.310012614016K2ControllerItem->display( ).../item.php:78
110.310012614016K2ControllerItem->display( ).../controller.php:19
120.314012985056Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.314913005424K2ViewItem->display( ).../ViewController.php:102
140.390815841208K2ViewItem->display( ).../view.html.php:742
150.390815841208K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.392316014144include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
  • Published in ADbloc
  • Read 3570 times

( ! ) Notice: Only variables should be assigned by reference in /var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php on line 478
Call Stack
#TimeMemoryFunctionLocation
10.0006414456{main}( ).../index.php:0
20.07894265256Joomla\CMS\Application\SiteApplication->execute( ).../index.php:49
30.07894265256Joomla\CMS\Application\SiteApplication->doExecute( ).../CMSApplication.php:196
40.285511456448Joomla\CMS\Application\SiteApplication->dispatch( ).../SiteApplication.php:233
50.286111480952Joomla\CMS\Component\ComponentHelper::renderComponent( ).../SiteApplication.php:194
60.286911536280Joomla\CMS\Component\ComponentHelper::executeComponent( ).../ComponentHelper.php:377
70.287211563680require_once( '/var/www/vhosts/shan.info/httpdocs/components/com_k2/k2.php' ).../ComponentHelper.php:402
80.297811963312K2ControllerItem->execute( ).../k2.php:64
90.297811963312K2ControllerItem->display( ).../BaseController.php:710
100.310012614016K2ControllerItem->display( ).../item.php:78
110.310012614016K2ControllerItem->display( ).../controller.php:19
120.314012985056Joomla\CMS\Cache\Controller\ViewController->get( ).../BaseController.php:663
130.314913005424K2ViewItem->display( ).../ViewController.php:102
140.390815841208K2ViewItem->display( ).../view.html.php:742
150.390815841208K2ViewItem->loadTemplate( ).../HtmlView.php:230
160.392316014144include( '/var/www/vhosts/shan.info/httpdocs/templates/gk_publisher/html/com_k2/templates/default/item.php' ).../HtmlView.php:701
Template Design © Joomla Templates | GavickPro. All rights reserved.