Jump to content
  • 0

Нжна помощь код работает не у всех.


veromi
 Share

Question

В шапке сайта прилепил

<script type="text/javascript">
window.defaultStatus="Добро пожаловать на мой вебсайт";
</script>

Результат.. На моем компе показывает.. На других нет.. Не пойму в чем загвоздка..

Может с доктайпом как то связано?

у меня

<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml">

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Добавьте в событие

<body onload="window.defaultStatus='Добро пожаловать на мой вебсайт'">

Можно ещё через метод window.onload.


<script>
window.onload = function() {
window.defaultStatus='Добро пожаловать на мой вебсайт';
}
</script>

Link to comment
Share on other sites

  • 0

Не фурычит :(..

Вот ссылка toniart.ru добавлено событие в боди

Здесь http://toniart.ru/about/index.html через метод window.onload

На компьютере на котором верстается сайт - показывается замечательно.

На 2-х других компах пишет "Готово"

Может что не так делаю?.

Link to comment
Share on other sites

  • 0

Я понимаю, что во многих браузерах ее нет.. Я также понимаю что IE не самый лучший браузер, но..

Нужно ориентироваться на массового пользователя... Есть люди которые до сих пор сидят в вин xp..

Помогите решить проблему то...

Как сделать, чтоб отображалось?..

хоть у когонть кроме меня она отобразилась?..

Link to comment
Share on other sites

  • 0
Note: The defaultStatus property does not work in the default configuration of IE, Firefox, Chrome, or Safari. To allow scripts to change the text of the status, the user must set the dom.disable_window_status_change preference to false in the about:config screen. (or in Firefox: "Tools - Options - Content -Enable JavaScript / Advanced - Allow scripts to change status bar text").

Читайте до полного просветления.

И это есть правильно ибо нефиг менять текст в статус-баре, я хочу там видеть состояние загрузки страницы, а не ваше "Добро пожаловать на мой вебсайт", которое мне не упёрлось никуда.

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