C
Cal Who
I tried a couple of approches to adjusting the height of an iframe to fit
the contents.
I always get accessed denied.
A Javascript function that ran on onLoad also produced a denilal error.
Below is the last trial. The error points to 'document'
Has there been a change in the browses so that this is no longer possible?
Can you show me something that works.
<input type="button"
onclick="document.getElementById('myIframe').style.height
=myIframe.document.body.scrollHeight + 5" value="Ajust" />
Thanks
the contents.
I always get accessed denied.
A Javascript function that ran on onLoad also produced a denilal error.
Below is the last trial. The error points to 'document'
Has there been a change in the browses so that this is no longer possible?
Can you show me something that works.
<input type="button"
onclick="document.getElementById('myIframe').style.height
=myIframe.document.body.scrollHeight + 5" value="Ajust" />
Thanks