|
<iframe width=100% name=boardFme id=boardFme onload="iframe_autoresize(this)" frameborder="0" scrolling="no" src="../p11.html"></iframe>
<script>
function iframe_autoresize(arg) {
arg.height = eval(arg.name+".document.body.scrollHeight");
}
</script>
|