home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / _peterka / default.js < prev    next >
Text File  |  1997-07-22  |  738b  |  15 lines

  1. function midder()  {
  2. //vykresli tlacitka s nabidkou, pod tabulku s udaji o clanku
  3.   if (navigator.appName=='Netscape') {/*Explorery od verze 3.2 sice umi include v tagu script, ale nepodporuji dalsi veci, ktere jsou potreba pro fungovani tahaku */
  4. document.writeln('<a href=javascript:wizard()>tahßk</A> | <a href=javascript:feedback()>feedback</A> |');
  5.                    }                 }
  6.  
  7. function feedback() {
  8.   repwin = window.open("f_feedb.htm","feedback","scrollbars=yes,width=370,height=410");
  9.   repwin.focus()
  10.                     }
  11. function wizard() {
  12.   this.window.top.name = "new_top"
  13.   feedwin = window.open("f_wizard.htm","tahak","scrollbars=yes,width=223,height=200");
  14.   feedwin.focus()
  15.                     }