I have written an ActiveX control that loads in the user web browser.
I have 2 frames on the website. The ActiveX is in one frame, and another page in the other frame.
When the user clicks a certain button on the activeX control, I would like it to call the following Javascript
parent.frame2.location = "viewrecord.aspx?recordID=" + recordID
How do I call this JavaScript from the ActiveX control?
Thanks
Greg
I have 2 frames on the website. The ActiveX is in one frame, and another page in the other frame.
When the user clicks a certain button on the activeX control, I would like it to call the following Javascript
parent.frame2.location = "viewrecord.aspx?recordID=" + recordID
How do I call this JavaScript from the ActiveX control?
Thanks
Greg