>You're never calling the setDefault() function... > >Call that after your objForm initialization code at the bottom of the >script >or during the window.onload event.
Better yet, put it in the init() function. FYI - Used Firebug to add the following HTML code right after the View Report button: <input type="button" onclick="setDefault()" value="Defaults"/> When I click that button, the defaults get set. Which further proves you're never calling that code... -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Create Web Applications With ColdFusion MX7 & Flex 2. Build powerful, scalable RIAs. Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJS Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:280700 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

