Hey, ....
Wenn ich den Livechat öffne kommt das hier..
");
printWindow.document.close();
printWindow.focus();
}
function lz_chat_close()
{
var windowName = window.name;
if(lz_chat_data.GetParameters.indexOf("mp") == -1)
lz_chat_change_url("./chat.php?"+lz_chat_data.GetParameters + "&mp=0");
else
lz_chat_change_url("./chat.php?"+lz_chat_data.GetParameters);
window.name = windowName;
}
function lz_chat_geo_result(_lat,_long,_region,_city,_tz,_ctryi2,_isp)
{
lz_chat_data.GeoResolution.OnTimeoutEvent = null;
lz_chat_data.ExternalUser.Session.GeoResolved = Array(_lat,_long,_region,_city,_tz,_ctryi2,_isp);
lz_chat_data.ExternalUser.Session.Save();
lz_chat_startup();
}
function lz_chat_geo_resolute()
{
lz_chat_data.GeoResolution.SetStatus(1);
lz_chat_data.GeoResolution.OnEndEvent = "lz_chat_geo_result";
lz_chat_data.GeoResolution.OnTimeoutEvent = lz_chat_geo_failure;
lz_chat_data.GeoResolution.OnSpanEvent = "lz_chat_set_geo_span";
lz_chat_data.GeoResoluti
Kann mir jmd sagen wie ich das behebe?