HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
How to change height of iframe
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
sailershen



Joined: 08 Jun 2008
Posts: 1

PostPosted: Tue Jun 10, 2008 11:19 pm     How to change height of iframe Reply with quote

My index.html:
Code:

<iframe name=top src=top.html
<iframe name=leftindex id=leftindex src=index_left.html
<iframe name=rightindex id=rightindex src=index_right.html


In top.html:
Code:

<a href="javascript:change()">change</a>

<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?
Straystudio



Joined: 14 Apr 2008
Posts: 228
Location: Nord Italy

PostPosted: Wed Jun 11, 2008 8:49 am     Reply with quote

First of all, You MUST have 2000px between QUOTATION MARKS.
And document.getElementById("leftindex").height="2000px"; already works.

Also remember, some other Elements can be sized in JavaScript via document.getElementById("").style.height=""
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
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
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial