home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / sbsetup.exe / PostExtractSE.js < prev    next >
Encoding:
Text File  |  2003-06-18  |  160 b   |  7 lines

  1. PostExtractSE();
  2. function PostExtractSE()
  3. {
  4.     var vForm=document.body.sbActiveForm;
  5.     var vDoc=eval(vForm.path+".document");
  6.     vDoc.activeElement.value="";
  7. }