J
Joe
I have a javascript that calls a method of an activex control. I want to get
the return value, S_OK or S_FALSE.
I tried var r = document.Form1.PCtl.Download('h')
document.write(r) // to see the value
but r is coming out as undefined.
the return value, S_OK or S_FALSE.
I tried var r = document.Form1.PCtl.Download('h')
document.write(r) // to see the value
but r is coming out as undefined.