home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / internet / lufiweb / html / menu3 / funkce.js < prev    next >
Text File  |  2003-03-25  |  2KB  |  55 lines

  1. if (top == self) self.location.href="varovani.htm";
  2. function DS(){window.status='DalÜφ strßnka'}
  3. function PS(){window.status='P°edchozφ strßnka'}
  4. function E(){window.status=''}
  5. function Dalsi(delka)
  6. {ret=new String(window.location.href);
  7. while (ret.indexOf('/')>-1)
  8. {ret=ret.substring(ret.indexOf('/')+1,ret.length)}
  9. jmeno=ret.substring(0,delka);
  10. ext=ret.substring(ret.indexOf('.'),ret.length);
  11. cislo=new Number(ret.substring(delka,ret.indexOf('.')));
  12. window.location.href=jmeno+(cislo+1)+ext;
  13.  ret=null;
  14.  }
  15. function Predchozi(delka)
  16. {ret=new String(window.location.href);
  17. while (ret.indexOf('/')>-1)
  18. {ret=ret.substring(ret.indexOf('/')+1,ret.length)}
  19. jmeno=ret.substring(0,delka);
  20. ext=ret.substring(ret.indexOf('.'),ret.length);
  21. cislo=new Number(ret.substring(delka,ret.indexOf('.')));
  22. window.location.href=jmeno+(cislo-1)+ext; 
  23.  ret=null;
  24. }
  25. function Oddel(){
  26. document.write('<HR>' )
  27. }
  28. function VratDatum()
  29. {
  30. var c=new String(document.lastModified);
  31. //var pr=new String(navigator.appName);
  32. //if (pr.indexOf('Explorer'))
  33. {
  34. prvni=c.indexOf('/');
  35. posledni=c.indexOf('/',prvni+1);
  36. var c2=new String(c.substring(0,prvni));
  37. var c1=new String(c.substring(prvni+1,posledni));
  38. var c3=new String(c.substring(posledni+1,c.indexOf(' ')));
  39. if (c1.substring(0,1)=='0') {datum=c1.substring(1,c1.length+1)+'.'}
  40. else {datum=c1+'.'};
  41. if (c2.substring(0,1)=='0') {datum=datum+c2.substring(1,c2.length+1)+'. '}
  42. else {datum=datum+c2+'. '};
  43. datum=datum+c3
  44. return datum;}
  45. }
  46. function end_of_web_page()
  47. {with (document)
  48.   {
  49.   write('<FONT SIZE=-3>© Lu.Fi@seznam.cz, ');
  50.   if (Date.parse(lastModified))
  51.   {write(VratDatum()+'.</font>')}
  52.   }
  53. }
  54.  
  55.