Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Resizing and re-positioning IFRAMES dynamically


Message #1 by "Joginder S Nahil" <jsnahil@s...> on Fri, 17 May 2002 14:48:47
Hi Alex,

Your suggestions seems like simpler solution. I will give it go. Thanks.

Joginder


-----Original Message-----
From: Alex Shiell, ITS, EB, SE [mailto:alex.shiell@s...]
Sent: 17 May 2002 16:05
To: JavaScript HowTo
Subject: [javascript_howto] RE: Resizing and re-positioning IFRAMES
dynami cally


don't bother using an IFRAME for the header part, just display that info on
the page, then the IFRAME for the data will be immediately underneath

-----Original Message-----
From: Joginder S Nahil [mailto:jsnahil@s...]
Sent: 17 May 2002 15:49
To: JavaScript HowTo
Subject: [javascript_howto] Resizing and re-positioning IFRAMES
dynamically


I have requirement to display a very long table of information on a page.
I decided to use IFRAMES as shown below:

--------------------
    IFRAME A
--------------------
                   ^
    IFRAME B       |
                   |
                   v
--------------------

Frame A = Displays the table header (no scrollbars)
Frame B = Display the table contents with a scrollbar

The problem is that the height of IFRAME A is not fixed size. As a result
the page sometimes have a gap between the frames and sometimes the bottom
of frame A is not visible.

Any suggestions for solving this problem please?


Joginder

---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20

________________________________________________________________________
Scottish Enterprise Network
http://www.scottish-enterprise.com

Headquarters Address & Contact Numbers

150 Broomielaw
5 Atlantic Quay
Glasgow
G2 8LU.
Tel:  +44 (0) 141 248 2700.
Fax:  +44 (0)141 221 3217

 This message is sent in confidence for the addressee only.
It may contain legally privileged information. The contents are not to
be disclosed to anyone other than the addressee. Unauthorised recipients
are requested to preserve this confidentiality and to advise the sender
immediately of any error in transmission.




---

Improve your web design skills with these new books from Glasshaus.

Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20
Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20
Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20


  Return to Index