|
-
December 2nd, 1999, 06:05 AM
#1
Help ActiveX Controls on Web Pages
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 [email protected]
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|