dulcinea
05-16-2005, 07:41 AM
hi there,..i really need your help on this:
i use this script to open js function in html page,
getURL("javascript:chkdsk()");
this is d function in js,
function chkdsk()
{
while (!document.applets["WriteFile"].chkdsk())
if (!confirm( "Sila masukkan disket anda!")) {return false;}
return true;
}
d problem is...how can actionscript read d returned value from js?
thanx in advance ;)
i use this script to open js function in html page,
getURL("javascript:chkdsk()");
this is d function in js,
function chkdsk()
{
while (!document.applets["WriteFile"].chkdsk())
if (!confirm( "Sila masukkan disket anda!")) {return false;}
return true;
}
d problem is...how can actionscript read d returned value from js?
thanx in advance ;)