home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / internet / lufiweb / html / menu8 / funkce.js < prev    next >
Encoding:
Text File  |  2002-09-26  |  992 b   |  30 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. if (cislo>1) {window.location.href=jmeno+(cislo-1)+ext} 
  23.  ret=null;
  24. }
  25. function Oddel(){
  26. document.write('<HR>' )
  27. }
  28. function Zpet()
  29. {parent.text.location.href=document.refferer}
  30.