Показать сообщение отдельно
  #2 (permalink)  
Старый 15.06.2013, 17:30
х.з
Посмотреть профиль Найти все сообщения от dmitriymar
 
Регистрация: 21.11.2010
Сообщений: 4,588

Сообщение от gurg0n
var ie = document.all ? 1 : 0;
var ns = document.layers ? 1 : 0;
var topcss = 165;
if (ns)
topcss = 200;
function showLayer(name)
{
if (ie)

document.all[name].style.visibility = "visible";
Какого года книжка , после прочтения которой писался этот код? -это раз
http://learn.javascript.ru/

Сообщение от gurg0n
if (ie)

document.all[name].style.visibility = "visible";
else if (ns)
document.layers[name].visibility = "show";

else document.getElementById(name).style.visibility = "visible";
где вы этому кодстайлу научились в каком ни отступов ни фигурных скобок не существует для блоков и конструкций? -это два

Сообщение от gurg0n
Здравствуйте! Вашему вниманию код, который работал до того момента как я решил добавить кое-какие скрипты, которые затем удалил. Казалось бы, вернул все как есть, но сейчас код не работает:

TypeError: Cannot read property 'style' of null [http://magascity.ru/index.php/plan:179]
TypeError: Cannot read property 'style' of null [http://magascity.ru/index.php/plan:188]
TypeError: Cannot read property 'style' of null [http://magascity.ru/index.php/plan:179]
TypeError: Cannot read property 'style' of null [http://magascity.ru/index.php/plan:188]
Сообщение от gurg0n
Для наглядности:http://jsfiddle.net/TcgH9/8/
ReferenceError: showLayer is not defined
ReferenceError: hideLayer is not defined
ReferenceError: showLayer is not defined
ReferenceError: hideLayer is not defined
ReferenceError: showLayer is not defined
ReferenceError: hideLayer is not defined
ReferenceError: showLayer is not defined
ReferenceError: showLayer is not defined
ReferenceError: hideLayer is not defined
....
и это три

Последний раз редактировалось dmitriymar, 15.06.2013 в 17:38.
Ответить с цитированием