
modifying a controls host container (dhtmledit) out if html/vbscript
hi everybody...
i have the following (object) structure...
internet explorer application
ocx control
dhtml edit control
loaded html
VBScript (for button, event onclick)
a button
textbox control
in an internet explorer window an ocx control is loaded. this ocx control
embedds an dhtml edit control and let's say a textbox control. in the
embedded dhtml control (brosemode = true) another html document is loaded
that embedds a vbscript which reacts on the onclick event of a button which
is also embedded in the html file.
what i want to do:
if somebody clicks on the button the corresponding vbscript is being
executed. this vb script should modify the value property of the textbox
control in the ocx control...
i guess this is what you call modifying a controls host container, right?
but how do i access the dhtml edit control's host container out of the the
in-it-shown html file?
i hope this was not too confusing but i really need that.
please don't ask me why... :-)
thank you very, very much!
matthias path