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

  1. function disp_tahak() {
  2.   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 */
  3.   document.writeln('<A HREF=javascript:wizard()><IMG SRC="gifs/p_detach.gif" BORDER="0" ALT="Osamostatn∞nφ tahßku "><BR>')
  4.                        }           } 
  5. function wizard() {
  6.   this.window.top.name = "new_top"
  7.   feedwin = window.open("f_wizard.htm","tahak","scrollbars=yes,width=223,height=200");
  8.   feedwin.focus()
  9. }