home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2002 July / VPR0207A.ISO / OLS / IRVINE0_4_1A / irvine0_4_1a.lzh / scripts / sample / onactivatequeue.dms next >
Text File  |  2002-01-30  |  284b  |  16 lines

  1. /*
  2. スクリプト初期化データ
  3. guid={F462DDDC-EEAB-453C-989C-D12E8B691F34}
  4. caption=OnActivateQueueサンプル
  5. version=0
  6. hint=
  7. event=OnActivateQueue
  8. match=
  9. author=
  10. */
  11.  
  12. function OnActivateQueue(irvine){
  13. //すべてのダウンロード開始イベント
  14.   alert('ダウンロードを開始しました');
  15. }
  16.