Контрольная работа: Разработка web-сайта

function showtext(i) {

var HTMLtag = 0;

for (count=4; i < strText.length && count > 0; i++) {

if (strText.charAt(i) == "<" || strText.charAt(i) == ">") HTMLtag = !HTMLtag;

if (!HTMLtag) count--;}

document.all["myBlock"].innerHTML = strText.substr(0, i);

if (i < strText.length) setTimeout("showtext(" + i + ")", 20);}

function doit() {

strText = document.all["myBlock"].innerHTML;

document.all["myBlock"].innerHTML = "";

document.all["myBlock"].style.visibility = "visible";

setTimeout("showtext(0)", 100);}

</SCRIPT>

<title>Управляющая компания №2</title>

</head>

<body onload=doit()>

<a href="index.htm">

<img src="Zagolovok.jpg" width=810 height=169 alt="Управляющая компания №2"></a>

<div align="left">

<table border="0" width="16%" align="left" height="444" style="border-right-width: 0px">

<tr>

<td width="147" height="62" >

<img border="0" src="map.jpg" width="130" height="35" align="top" alt="карта сайта"></td>

</tr>

<tr>

<td width="147" onmouseout="bgColor=''" onmouseover="bgColor= '#99CCFF'">

<ul>

<li><a href="index.htm">

<span ID="id001">Новости</span></a></li>

К-во Просмотров: 677
Бесплатно скачать Контрольная работа: Разработка web-сайта