home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / chplus / jak_psat_web / priklady / pokus2.htc < prev    next >
Text File  |  2003-07-25  |  862b  |  15 lines

  1. <component>
  2. <attach event="oncontentready" onevent="hlaska()" />
  3.  
  4. <script>
  5. var textik='<div style="position: absolute; top: 200; left: 150; text-align: center; font-size: 48px; color: red; line-height: 60px">';
  6. textik += 'Toto je neoprßvn∞n∞ publikovanß kopie serveru <br>';
  7. textik += '<a href="http://www.jakpsatweb.cz"><font color="blue">Jak psßt web</font></a>.</div>';
  8. function hlaska(){
  9. if((window.location.protocol == "http:") && ((window.location.href.indexOf("dusan") == -1) || (window.location.href.indexOf("slany") == -1)) && (window.location.hostname.indexOf("jakpsatweb.cz") == -1) )
  10. {
  11. element.insertAdjacentHTML("beforeEnd",textik);
  12. }
  13. }
  14. </script>
  15. </component>