|
-
The G5 SP
Div JS resizer
Ok so I have
<script type="text/javascript"><!--
function insertIt() {
var _y = document.getElementById('framediv');
var _x = window.frames[0].document.body.innerHTML;
_y.innerHTML = _x
}
// -->
</script>
that gets called to rezie the DIV tag when content is loaded in....but, I think it removed the iframe when it does......cause the frame name doesnt work with it. What would need to be done to ahve the iFrame, stay or just be able to be targeted.... amek sense?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|