home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 August / CHIPINTE082002.ISO / exe / Lexikon.exe / glossar.js < prev    next >
Encoding:
Text File  |  2001-10-11  |  938 b   |  33 lines

  1. var gwin = window.open;
  2. if ((self.name != "gwin2") && (self.name != "suchen") && (self.name != "linkbodyr")) { 
  3.   if ((top == self) || (top.body != self)) { 
  4.   top.location.replace("1frame.htm?"+escape(location.href)); 
  5.   } 
  6.  
  7.  
  8. function netscFraming() {}
  9.  
  10. var stichwortef = window.open;
  11. function stichworte()
  12. {
  13. if (stichwortef.closed == false) stichwortef.focus();
  14.      else stichwortef= window.open("stichworte.htm", "stichworte", "height=450,width=420,resizable=yes,scrollbars=yes");
  15. }
  16.  
  17. var showwinf = window.open;
  18. function showwin(name,size) 
  19. {
  20. attrbts = size + ",resizable=yes,scrollbars=yes";
  21. if (showwinf.closed == false) showwinf.close();
  22. showwinf= window.open(name, "Photos", attrbts);
  23. }
  24.  
  25. function banner1() {}
  26.  
  27. var gwin = window.open;
  28. function glossar(name) 
  29. {
  30. gwin= window.open(name, "gwin2", "screenX=1,screenY=1,height=500,width=760,toolbar=yes,resizable=yes,scrollbars=yes");
  31. gwin.focus();
  32. }