home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / NO2F16XL.ZIP / NO2F16XL.EXE / t2.z / script_layout.txt < prev    next >
Text File  |  1997-01-20  |  1KB  |  30 lines

  1. window.name="netobjects_main_power";
  2.  
  3.  
  4. function go(){
  5. //use time to create navigator name(allow random)
  6.  
  7.   
  8.   if (navigator.userAgent.substring(0,9) != "Mozilla/2"){
  9.    //3.0 and above
  10.     var WinName = window.open('assets/applets/sitemapper.html','netobjects_nav','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=385,height=335');
  11.  
  12.   }
  13.   else if  (window.name == "netobjects_main_power"){
  14.     //2.0 re-entry position - main window already have name
  15.     var WinName = window.open('assets/applets/sitemapper.html','netobjects_nav','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=385,height=335');
  16.   }
  17.   else {
  18.     //2.0
  19.     var Replace = window.open(window.location,"netobjects_main_power");
  20.     var WinName = window.open('assets/applets/sitemapper.html','netobjects_nav','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=385,height=335');
  21.     window.close();
  22.   }
  23. }
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.