10_Prog/Cyklus2.htm
1 <?xml version="1.0" encoding="windows-1250"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "DTD/xhtml1-strict.dtd">
4 <html xmlns:t="urn:schemas-microsoft-com:time">
5 <head>
6 <title>Cyklus2</title>
7 <meta http-equiv="Author" content="Imrich BURANSKY" />
8 <meta http-equiv="Content-Type" content="text/html; charset=Windows-1250" />
9 <?import namespace="t" implementation="#default#time2">
10 <style>
11 .T { behavior: url(#default#time2); }
12 </style>
13 </head>
14 <body onclick="P.beginElement()" >
15 <h2>Cyklus</h2>
16 <p id="P" class="T" dur=".1"; repeatCount="indefinite"
17 onrepeat="Cas.innerText=parseInt(this.currTimeState.activeTime)" >
18 Počítadlo času : <strong id="Cas"></strong>
19 </p>
20 <p>
21 Klepnutím obnovíte cyklus.
22 </p>
23 </body>
24 </html>