Click to See Complete Forum and Search --> : Help ActiveX Controls on Web Pages


simi
December 2nd, 1999, 05:05 AM
I have created an ActiveX control to sit on a borwser window to talk back to
the server. However I need to read some of the items in the web page such as
hidden field values into the control.

So far I have used some JScript to Write.document( the whole control and a
couple of PARAM values. This way I can read the PARAM values into the
control when the control is first displayed using ReadProperties

However this JScript approach is messy and I would like to read the values
directly from the HTML Document.

I believe this is possible using HTMLDocument and some other things like
X.Scripts but I have not been able to crack it.

Could some one please help

Please also email me at simi@tpg.com.au

Thank you