Hello Everybody, I have a frame that is resizeable.I would like to control how much the frame can be resized.i.e.Can the frame be resized upto a certan height?.If so how this can be accomplished. Thanks in advance. Programmer-JS
orion_rus
7:56 pm on Feb 19, 2005 (gmt 0)
U need to know a full screen height where ur frame is situated with functions clientHeight or offsetHeight, onresize you need to get frame height and check with window height if it's more make it equal to client height i think it's all if u didn't know how functions should be written type here and i give you example good luck to you