Rick Faircloth wrote: > > Ok... so let's say I build server- and client-side validation for > forms. > > What about the front-end niceties, say, for example, a calendar > of events that has a link that when clicked causes a panel of > details to slide into view on the page. I guess to compensate > for lack of JS, I'd have to create a link to a details page or something.
Use the same link. Attach the nice panel that slides into view to the onclick and onkeypress events, attach the normal link to the href. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275557 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

