home *** CD-ROM | disk | FTP | other *** search
- function test_metoda(name)
- {
- eval("what = "+name);
- if(!what) {self.location = "javascript: alert('Chyba v dokumentu "+self.location+" .Prohlizec nepodporuje metodu "+escape(name)+" a neni mozno dokument spravne zobrazit.')";}
- }
-
-
- function odkaz3()
- {
- test_metoda("document.getElementById");
- document.getElementById('odkaz3').style.top = "10px";
- }
-
-
- function css3_vymen()
- {
- temp = document.getElementById('css3').style.zIndex;
- document.getElementById('css3').style.zIndex = document.getElementById('css4').style.zIndex;
- document.getElementById('css4').style.zIndex = temp;
- }
-
-
-
-
-