Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IFrame help

Status
Not open for further replies.
Joined
Jul 29, 2005
Messages
136
Location
PT
Hi,

In my primary html page I would like to have a button and an Iframe. When the user click on that button I would like to pass some parameters to a function inside the IFrame. This IFrame should document.write to itself based on the parameters (for instance, for a dynamic url). While doing this, and ACtiveX will be rendered. I need to know when this redering is completed.


Is this process possible to implement?

Thank you
 
If the ActiveX control is one that you've written, maybe you can modify it to run some sort of callback function. If not, your only hope would be to attach an onload event handler to it, and hope that the browser respects that.

Hope this helps,
Dan

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top