>I'm making some more changes to the test layout page to add in comment >posting. I have 4 options >1. form on page - A comment form on the same page under the article >2. pop up - a pop up window with the form in a separate window >3. A JS/CSS slide open form that appears once the user clicks on a link >4. A cfwindow where a user clicks on a link and a pseudo pop up window >appears.
Option 1 is the most accessable and probably the most usable. Popups have their own problems (think popup blockers), while slideouts and new window cause text readers problems. As an alternative you may want to look at hiding and showing div's, it degrades gracefully for those older browsers and those with JS turned off, and it doesn't affect text readers. Its a bit of javascript and css, very lightweight. larry ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:254778 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
