> > As I understand it, you can write your own HTML generation > code, and use > CFIMPORT to invoke that code when an HTML tag is parsed. For > example, you > can create a page called form.cfm, and use CFIMPORT within the page to > instruct the page to run form.cfm whenever an HTML form tag > is encountered. > Unfortunately, I can't find this described anywhere in the CF MX > documentation - I saw it in the release notes from a beta. > I've got a code > sample I can dig up, if you're interested. You can use this > with any HTML > tag - not just forms. >
As a side note - you can even make it work for tags that aren't HTML as well. Ie, you can build a tag called <bi>, that would output both bold and italics. Or make your own <ray> tag. Of course, woe to the person who has to debug your code. ;) ======================================================================= Raymond Camden, ColdFusion Jedi Master for Macromedia Email : [EMAIL PROTECTED] Yahoo IM : morpheus "My ally is the Force, and a powerful ally it is." - Yoda ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

