Код: Выделить всё
this.load_Version=function(){
if (globREG == "EUROPE"){
document.write("");
}else{
document.write("");
}
}
load_Version();
Когда я удаляю код, console.log (GlobREG); подтверждает, что переменная существует.
function load_Version(){
if (globREG == "EUROPE"){
document.write("");
}else{
document.write("");
}
}
load_Version();
< /code>
Что может быть проблемой? Спасибо.
Подробнее здесь: https://stackoverflow.com/questions/797 ... rver-error
Мобильная версия