<script language="javascript">
function change() {
document.getElementById("leftindex").height=2000px;
document.getElementById("rightindex").height=2000px;
}
In top.html, I want change the height of the 2 iframes, the "document.getElementById" cannot change it, and "parent.leftindex.height=2000px" cannot change it also.
Who can tell me how can chang the height of iframe in top.html?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum