Jump to content
  • 0

getElementById


ed101utf8
 Share

Question

Код. На браузерах Сафари, Хром, ИЕ6, ИЕ7, Опера работает как мной и задуманно, но ФФ нет.

<div id="menu_1">
<div id="navi_1" class="navi_cell"><p onclick="menu_dynamic('01')">Офисная мебель</p></div></div>
<!--memu_1-->

<div class="level_2" id="menu_01">
<div id="navi_0101" class="navi_cell" ><p onclick="menu_dynamic('0101')">Кабинеты урководителей</p></div>
<!--menu_01-->

function menu_dynamic(number)
{
var block='menu_';
block = block+number;
alert(block);
block=document.getElementById(block);
alert(block);

//if (number.length==2) initial(2);
//if (number.length==4) initial(4);

//alert(block);

block.style.display='block';
//alert('Menu Dynamic');
}

В div id="menu_1" нажимаете на первый пункт (div id="navi_1") и срабатывает скрипт menu_dynamic - должен отобразиться (div id="menu_01")[через dispaly=block, но это не важно]

В ява скрипте после строки

block=document.getElementById(block);
alert(block);

у всех браузерах алёрт выдает object HTMLDivElement" и все корректно работает, но ФурриФокс упорно выдает "null". Есть идеи как бороться? Спасибо.

Edited by ed101utf8
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0
Код. На браузерах Сафари, Хром, ИЕ6, ИЕ7, Опера работает как мной и задуманно, но ФФ нет.

у всех браузерах алёрт выдает object HTMLDivElement" и все корректно работает, но ФурриФокс упорно выдает "null". Есть идеи как бороться? Спасибо.

Приведенный пример одинаково не работает во всех приведенных браузерах. И не должен работать.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy