> Anyone have the code to put a hidden frame in a frameset??? > I know I did it once but I cannot find the code
> Thanks for any help This should work: <frameset rows="0,30,*"> It just says that your first frame has no size. Optionally you can specify noresize on that frame to prevent the possibility of someone clicking on the side of the window and accidentally changing the size of the hidden frame. S. Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm

