home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
internet
/
lufiweb
/
html
/
uvod
/
funkce.js
< prev
next >
Wrap
Text File
|
2003-01-07
|
1KB
|
37 lines
if (top == self) self.location.href="varovani.htm";
function DS(){window.status='Dal∞φ strßnka'}
function PS(){window.status='P°edchozφ strßnka'}
function E(){window.status=''}
function Dalsi(delka)
{ret=new String(window.location.href);
while (ret.indexOf('/')>-1)
{ret=ret.substring(ret.indexOf('/')+1,ret.length)}
jmeno=ret.substring(0,delka);
ext=ret.substring(ret.indexOf('.'),ret.length);
cislo=new Number(ret.substring(delka,ret.indexOf('.')));
window.location.href=jmeno+(cislo+1)+ext;
ret=null;
}
function Predchozi(delka)
{ret=new String(window.location.href);
while (ret.indexOf('/')>-1)
{ret=ret.substring(ret.indexOf('/')+1,ret.length)}
jmeno=ret.substring(0,delka);
ext=ret.substring(ret.indexOf('.'),ret.length);
cislo=new Number(ret.substring(delka,ret.indexOf('.')));
if (cislo>1) {window.location.href=jmeno+(cislo-1)+ext}
ret=null;
}
function Oddel(){
if (br=="n4") {
document.write('<IMG src="oddelen.gif" width=100% height=5><BR>')
}
else
if (br=="e4") {
document.write('<IMG src="oddele.gif" width=100% height=5><BR>')
}
else {
document.write('<HR>' )
}
}