[ Новые сообщения · Участники · Правила форума · Поиск · RSS ]
  • Страница 1 из 1
  • 1
Форум » Softing.do.am » Скрипты » Печатная машинк
Печатная машинк
  Добавил: Hoverik  
 
Вводит любой текст и он печатается как на печатной машинке
Code
<html>
<head>
<title>Ваш Текст</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<style type="text/css">
<!--
.style1 {font-size: 12px}
-->
</style>
<script>
<!-- web-mastery.info -->
var source,dest,len,now=0,delay=100,letters=1;
function show_text()
{
source = document.getElementById("pageTextSource");
dest = document.getElementById("pageText");
len = source.innerHTML.length;
show();
}

function show()
{
dest.innerHTML += source.innerHTML.substr(now,letters);
now+=letters;

if(now<len)
setTimeout("show()",delay);
}
</script>
</head>
<body bgcolor="#FAFDFF" onload="show_text();">
<p style="display:none" id="pageTextSource">
Ваш текст
<p id="pageText">
</p>

</body>
</html>
 
  Просмотров:  
Форум » Softing.do.am » Скрипты » Печатная машинк
  • Страница 1 из 1
  • 1
Поиск: