Click to See Complete Forum and Search --> : use javascript to access activex variable


moondance
06-27-2003, 11:13 AM
Does anyone who knows plenty about javascript know if i can use it to access an activex variable in a web page?

say i've got an activex component, whose final value is x, is there any way i can use javascript to put x into, say, a form field?

Jona
06-27-2003, 11:28 AM
Yes it is possible Just get the value of the variable and send it to a form field. Please post some code.

[Jona]