You are here: irt.org | About | Feedback | 276 [ previous next ]
Feedback on:
JavaScript FAQ Knowledge Base Q787
Sent by
Sean McLeary on July 03, 1999 at 02:51:59:
Worth:
Worth reading
Length:
Too short
Technical:
Just right
Comments:
actually, resizing a frameset is possible in IE 4+ with the following method:
document.all.<framset name>.rows = "<new row definition>"
same works for columns.