10_Prog/Set2.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>Provok t:set</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      #oDiv {  width:100px; height:70px; border:solid black 1px;
 12        text-align:center; padding:10px;
 13      }
 14    </style>
 15  </head>
 16  <body onclick="oSet.beginElement()">
 17    <h2>Provok t:set</h2>
 18    <p>Zmena prvku div po klepnutí na 3 sekundy.</p>
 19    <div id="oDiv" >Zmena šírky!</div>
 20  
 21    <t:set id="oSet"
 22      targetElement="oDiv" attributeName="width"  to="300"
 23      begin="indefinite" dur="3" />
 24  
 25  </body>
 26  </html>