Показать сообщение отдельно
  #14 (permalink)  
Старый 17.11.2014, 21:20
jei jei вне форума
Кандидат Javascript-наук
Отправить личное сообщение для jei Посмотреть профиль Найти все сообщения от jei
 
Регистрация: 08.06.2009
Сообщений: 132

решение

<!DOCTYPE html>
<html>
 <head>
  <meta charset="utf-8" />
  <title>HTML5</title>
  <!--[if IE]>
   <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  <![endif]-->
  <style>
   article, aside, details, figcaption, figure, footer,header,
   hgroup, menu, nav, section { display: block; }
  </style>
 </head>
 <body>
  <p>Привет, мир</p>
  <script>  
  function vvod()
  	{
	//alert("111");
	//console.log(document.head);
    //window.innerHTML= '11111111111';
    document.head.innerHTML= '<head>11111111111</head>';
	
  	}
  </script>
  <input onFocus = "vvod();" />
 </body>
</html>
Ответить с цитированием