Тема: UpJump: Q&A :)
Показать сообщение отдельно
  #90 (permalink)  
Старый 08.02.2011, 21:36
Аватар для x-yuri
Отправить личное сообщение для x-yuri Посмотреть профиль Найти все сообщения от x-yuri
 
Регистрация: 27.12.2008
Сообщений: 4,201

Сообщение от javascript: The Definitive Guide, 5th Edition
While a document is being loaded and parsed, JavaScript code in a <script> element can insert content into the document with document.write( ). Other kinds of document manipulation, using DOM scripting techniques shown in Chapter 15, may or may not be allowed in <script> tags.
..
Ответить с цитированием