home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 July
/
Chip_2003-07_cd1.bin
/
internet
/
lufiweb
/
myweb
/
funkce_pohlednice.js
< prev
next >
Wrap
Text File
|
2003-02-19
|
2KB
|
119 lines
var pohl=0;
function KO4(k,a,b,adr)
{
if(pohl) // posli holednici
{
pohl=0;
var dir=new String(k);
if(dir.indexOf('http://')==-1) dir="../"+adr+"/"+k;
/*../"+adr+"/"+k*/
O41p("../index/pohlednice_form.php?cesta="+dir+"&x="+a+"&y="+b);// (screen.width-50),(screen.height-50));
Poslat(document);
//document.all["SP"].value="Poslat pohlednici";
}
else // zobraz foto
{
O41(k,a,b);};
}
ie4 = document.all?1:0
ns4 = document.layers?1:0
ns6 = document.getElementById&&!document.all?1:0
function getVers()
{
if (ns4 == 1)
{
return "ns4";
} else if (ns6 == 1)
{
return "ns6";
} else if (ie4 == 1)
{
return "ie4";
}
}
getVers();
function Stornovat(obj)
{
if (ns4 == 1)
{
obj.layers["SP"].value = "Stornovat pohlednici";
}
else if (ns6 == 1)
{
obj.getElementsByName("SP")[0].value = "Stornovat pohlednici";
}
else
{
obj.all["SP"].value = "Stornovat pohlednici";
}
}
function Poslat(obj)
{
if (ns4 == 1)
{
obj.layers["SP"].value = "Poslat pohlednici";
}
else if (ns6 == 1)
{
obj.getElementsByName("SP")[0].value = "Poslat pohlednici";
}
else
{
obj.all["SP"].value = "Poslat pohlednici";
}
}
function Pohlednice()
{
if (!pohl) // kliknout na obrazek
{pohl=1;
Stornovat(document);
return true;
}
else
{pohl=0;
Poslat(document);
return true;
}
}
//*********************************
function PohledniceP()
{
if(typeof(parent.window.frames.text.document.pohled)=='object')
{
if (parent.window.frames.text.document.pohled.posl.value==0) // kliknout na obrazek
{parent.window.frames.text.document.pohled.posl.value=1;
Stornovat(document);
return true;}
else
{parent.window.frames.text.document.pohled.posl.value=0;
Poslat(document);
return true;
}
}
}
function KO4P(k,a,b,adr)
{
//alert(pohl+' pohl');
var dir = new String(k);
if(dir.indexOf('http://')==-1) dir='../'+k;
//alert(dir);
if(document.pohled.posl.value==1) // posli holednici
{
document.pohled.posl.value=0;
// cesta
O41p("../myweb/index/pohlednice_form.php?cesta="+dir+"&x="+a+"&y="+b);// (screen.width-50),(screen.height-50));
Poslat(parent.window.frames.hlava.document);
//parent.window.frames.hlava.document.all["SP"].value="Poslat pohlednici";
}
else // zobraz foto
{
if(dir.indexOf('http://')==-1)
{O41(cesta+k,a,b);}
else
{O41(k,a,b);}
};
}