> As the author of the API, one thing I tried to do was *simplify* JS > development for the developer. If you're not that familiar w/JavaScript, > it still should be something you can get up and running w/in a few > minutes by going through the examples.
> I think you'll also find you'll be able to build more powerful UI > experiences using the API. > -Dan Hey Dan... Remind me to show you what I've done with your API recently ... I actually haven't used any of the related select boxes stuff, but I created a new error handling mechanism for my cms application which displays error messages in a draggable window-esque box, and I managed to get the _q_validate function to display its results in this error handler, replacing carriage returns with <br /> tags and without editing your original .js files, by using a combination of your _functionToString() function and a custom replace() function of my own. :) So one of these days when I have a little more time, I'll update the qForms engine in my cms app. :) Plus, you can drag the table over and fill in the required fields with the validation info still showing, which you can't do with the alert() box since you have to hit the OK button before you can make any changes to the form. I also plan to make a donation as soon as I have some cash... Isaac Dealey Certified Advanced ColdFusion 5 Developer www.turnkey.to 954-776-0046 ______________________________________________________________________ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm 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

