home *** CD-ROM | disk | FTP | other *** search
/ PC World 2004 June / PCWorld_2004-06_cd.bin / software / vyzkuste / problemy / problemy.exe / M2Combo.exe / Plugin / AssociateDialog.js < prev    next >
Text File  |  2003-12-15  |  371b  |  16 lines

  1. function setMultiple()
  2. {
  3.   document.frames("I1").frames("right").D3.multiple=false;
  4. }
  5. function applyAssociate()
  6. {
  7. var lrcItem=document.frames("I1").frames("right").D3.value;
  8.     if ((lrcItem!='') && (lrcItem!=null))
  9.     {
  10.         dialogArguments.writeAssociate(dialogArguments.associateItem,lrcItem);
  11.         window.close();
  12.     }
  13.     else
  14.     {alert('Not select lyric file!');}
  15.   
  16. }