home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 July / Chip_2003-07_cd1.bin / internet / lufiweb / myweb / funkce_pohlednice.js < prev    next >
Text File  |  2003-02-19  |  2KB  |  119 lines

  1. var pohl=0; 
  2. function KO4(k,a,b,adr)
  3. {
  4. if(pohl) // posli holednici
  5. {
  6. pohl=0;
  7. var dir=new String(k);
  8. if(dir.indexOf('http://')==-1) dir="../"+adr+"/"+k;
  9. /*../"+adr+"/"+k*/
  10. O41p("../index/pohlednice_form.php?cesta="+dir+"&x="+a+"&y="+b);// (screen.width-50),(screen.height-50));
  11. Poslat(document);
  12. //document.all["SP"].value="Poslat pohlednici";
  13. }
  14. else // zobraz foto
  15. {
  16. O41(k,a,b);};
  17. }
  18.       ie4 = document.all?1:0
  19.         ns4 = document.layers?1:0
  20.         ns6 = document.getElementById&&!document.all?1:0
  21.  
  22.  function getVers() 
  23.  { 
  24.         
  25.         if (ns4 == 1) 
  26.         { 
  27.           return "ns4";
  28.         } else if (ns6 == 1) 
  29.         {
  30.           return "ns6";
  31.         } else if (ie4 == 1) 
  32.         {
  33.           return "ie4";
  34.         }                        
  35.  }         
  36. getVers();
  37. function Stornovat(obj)
  38. {
  39.   if (ns4 == 1) 
  40.     {
  41.     obj.layers["SP"].value = "Stornovat pohlednici";                        
  42.   }
  43.     else if (ns6 == 1) 
  44.     {
  45.     obj.getElementsByName("SP")[0].value = "Stornovat pohlednici";
  46.     }
  47.     else 
  48.     {    
  49.     obj.all["SP"].value = "Stornovat pohlednici";    
  50.     }    
  51. }
  52. function Poslat(obj)
  53. {
  54.   if (ns4 == 1) 
  55.     {
  56.     obj.layers["SP"].value = "Poslat pohlednici";                        
  57.   }
  58.     else if (ns6 == 1) 
  59.     {
  60.     obj.getElementsByName("SP")[0].value = "Poslat pohlednici";
  61.     }
  62.     else 
  63.     {    
  64.     obj.all["SP"].value = "Poslat pohlednici";    
  65.     }    
  66. }
  67. function Pohlednice()
  68. {
  69. if (!pohl) // kliknout na obrazek
  70. {pohl=1;
  71.     Stornovat(document);
  72. return true;
  73. }
  74. else
  75. {pohl=0;
  76.   Poslat(document);
  77. return true;
  78. }
  79. }
  80. //*********************************
  81. function PohledniceP()
  82. {
  83. if(typeof(parent.window.frames.text.document.pohled)=='object')
  84. {
  85. if (parent.window.frames.text.document.pohled.posl.value==0) // kliknout na obrazek
  86. {parent.window.frames.text.document.pohled.posl.value=1;
  87. Stornovat(document);
  88. return true;}
  89. else
  90. {parent.window.frames.text.document.pohled.posl.value=0;
  91. Poslat(document);
  92. return true;
  93. }
  94. }
  95. }
  96. function KO4P(k,a,b,adr)
  97. {
  98. //alert(pohl+' pohl');
  99. var dir = new String(k);
  100. if(dir.indexOf('http://')==-1) dir='../'+k;
  101. //alert(dir);
  102. if(document.pohled.posl.value==1) // posli holednici
  103. {
  104. document.pohled.posl.value=0;
  105. // cesta
  106. O41p("../myweb/index/pohlednice_form.php?cesta="+dir+"&x="+a+"&y="+b);// (screen.width-50),(screen.height-50));
  107. Poslat(parent.window.frames.hlava.document);
  108. //parent.window.frames.hlava.document.all["SP"].value="Poslat pohlednici";
  109. }
  110. else // zobraz foto
  111. {
  112. if(dir.indexOf('http://')==-1)
  113.  {O41(cesta+k,a,b);}
  114. else
  115.  {O41(k,a,b);}
  116. };
  117. }
  118.  
  119.