the frameset can be set dynamically.
/* the frameset needs an id e.g. <frameset id='bl' rows='10%,*,10%" border='0' framespacing='0' frameborder='no'> * then in javascript you can simply access it's rows property from child frames like so: */ parent.document.getElementById('bl').rows='1,*,1';
I am currently trying without too much success to use a jquery draggable to move a border aligned div I created in one of my frames. I am attempting to do this by capturing coordinates on the mouse click and release working out the offset and then setting the parent frames again in the same manner as the original post suggested...LOL obviously it is not working. There must be a simple way to get around this...(and no I cannot get rid of framesets at this point).