home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Freelog 117
/
FreelogNo117-OctobreNovembre2013.iso
/
Theme
/
8GadgetPack
/
8GadgetPackSetup.msi
/
Gadgets.7z
/
Gadgets
/
MyWeather.gadget
/
js
/
alert.vbs
next >
Wrap
Text File
|
2011-07-30
|
203b
|
9 lines
function confirm(prompt)
dim res
res = MsgBox (prompt, 48, "Wetter Gadget")
if res=1 then
confirm = true
else
confirm = false
end if
end function