the parent keyword gives you access to the <FRAMESET>.
Then you can change any attributes of elements inside - just give your frameset tag a name, so you can reference it.
<frameset rows="50%,*" name="body">
<frame name="top" src="test1.htm" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
<frame name="bottom" src="test2.htm" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">
</frameset>
Then call to it from one of the frames like:
...
parent.body.rows = "2%,*";
...
Then put a nice timeout in there, and you have a nice curtain effect.
Been looking for you in ASP actually, the carts are working out well with your suggestion of using dynamicdb table.
I used to be activeX - you helped me out a while ago
;-)