lh_openchatWindow : function() {
Warning: Undefined variable $click in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 2
this.lhc_need_help_hide();
var locationCurrent = encodeURIComponent(window.location.href.substring(window.location.protocol.length));
var popupHeight = (typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 8
!= 'undefined' && typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 8
.opt != 'undefined' && typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 8
.opt.popup_height != 'undefined') ? parseInt(
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 8
.opt.popup_height) : 520;
var popupWidth = (typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 9
!= 'undefined' && typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 9
.opt != 'undefined' && typeof
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 9
.opt.popup_width != 'undefined') ? parseInt(
Warning: Undefined variable $chatOptionsVariable in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/open_chat_window.tpl.php on line 9
.opt.popup_width) : 500;
window.open(this.urlopen()+this.getAppendCookieArguments()+'?URLReferer='+locationCurrent+this.parseOptions()+this.parseStorageArguments(),this.windowname,"scrollbars=yes,menubar=1,resizable=1,width="+popupWidth+",height="+popupHeight);
this.chatOpenedCallback(this.isOnline == false ? 'external_offline' : 'external');
return false;
},