t0ny
06-28-2005, 01:16 PM
Hi there,
I have a page that needs to call a function within an IFrame straight away, and it is simply saying that the object does not support this property or method.
I think the problem is that the IFrame has not rendered when the call from the parent is made. I have tried adding it to the IFrames onload event but with no success?
here is the calling line.. (vsMsgBox is just the name of the form)
<%=vsMsgBox%>.document.onload = showMessage(1,'<%=vsMsgBoxTitle%>','<%=vsMsgBoxText%>',<%=viOkOnly%>);
Thanks for any help or sugestions...
I have a page that needs to call a function within an IFrame straight away, and it is simply saying that the object does not support this property or method.
I think the problem is that the IFrame has not rendered when the call from the parent is made. I have tried adding it to the IFrames onload event but with no success?
here is the calling line.. (vsMsgBox is just the name of the form)
<%=vsMsgBox%>.document.onload = showMessage(1,'<%=vsMsgBoxTitle%>','<%=vsMsgBoxText%>',<%=viOkOnly%>);
Thanks for any help or sugestions...