Hi Guys, This might not be a direct OpenBD question, but OpenBD is my platform, and I'm trying to find out what's the best way to go about this on OpenBD.
I'm updating some of my app's pages to use Ajax, but I want to leave my old cold in place so that if the user's browser doesn't support JS, it will work as usual. I'd like to be able to have CFIF javascript.available use ajax code CFELSE use traditional code END That way I can have a single document, and the if/then statement determines if a code block containg JS would be used or not -- online documentation: http://openbd.org/manual/ http://groups.google.com/group/openbd?hl=en
