Results 1 to 3 of 3

Thread: Problem with height of the table

  1. #1
    Join Date
    Dec 2005
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Problem with height of the table

    Hi,
    I need a help. I am loading a new page and the contents are loading dynamically in that page. So I have to resize the window according to the height and width of the table. In onload I am getting the width and height of the table. Width is predefined, so no prob with that. But the height differs according to the contents. I cant get the height of the table using table.height because it is not predefined. Can anyone help on this.

    Thanx...

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    table.offsetHeight
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Dec 2005
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank u very much John.
    Its working fine......

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •