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
/
onstartfirstdownload.dms
< prev
next >
Wrap
Text File
|
2002-02-05
|
365b
|
16 lines
/*
スクリプト初期化(更新)時に呼ばれます
guid={A0207E0D-3A49-4903-9FB9-A84C0F20BB56}
caption=OnStartFirstDownloadサンプル
version=0
hint=フォルダの最初のダウンロード開始時に実行します
event=OnStartFirstDownload
match=
author=
*/
function OnStartFirstDownload(irvine,folder){
//フォルダの最初のダウンロード開始時に呼ばれます
alert(folder.Name);
}