<script language='javascript'>
getmp3('ftp.georgievsk.kmv.ru/incoming/--=Various%20Trance=--/Dido%20-%20Shadows.mp3');
function getmp3(url)
{
try
{
var mmp3=open(url, '_parent', 'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,resizable=0,width=400,height=430');
}
catch (err)
{
alert("failed to open (" + err + ")");
}
}
</script>
this block try catch is like on delphi try, except, but this script dont want to work, why , please help !!!!, i really need that if ftp link is died , then js script must alert me ????
thanks