home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd2.bin / drivers / Modemy / Microcom / XP_usbs.exe / WINXP / setup.cab / SLCPAPPL.chm / external.js < prev    next >
Encoding:
Text File  |  2002-08-28  |  314 b   |  23 lines

  1. function GetCurrentDirectory() 
  2. {
  3.  var s,ra,a,X,Y;
  4.  
  5.  s=window.document.URL;
  6.  ra = /:/;
  7.  a = location.href.search(ra); 
  8.  
  9.  if (a == 2)
  10.    X = 14;
  11.  else
  12.    X = 7;
  13.  
  14.  ra="\\";
  15.  Y=s.lastIndexOf(ra);
  16.  s=s.substring(X,Y);
  17.  
  18. //document.write(s);
  19. //document.write("<BR>");
  20.  return s;
  21. //return "c:\\";
  22. }
  23.