Pass a data to/from server without page refresh

2006-05-21 Thread coldfusion . developer
Good Day, I want to validate the availability of a username(user_id) in our user database without having to refresh/post/submit the Web page. I spent a lot of time searching the internet for examples of how to do this. I found the following but were a little more involved that what I was looking

Re: Pass a data to/from server without page refresh

2006-05-21 Thread Matt Williams
AJAX allows you to do this. AJAX CFC helps you use AJAX with CF. Google it. Rob Gonda did it. Haven't used it myself, but have good things from others including Hal Helms. ~| Message:

Re: Pass a data to/from server without page refresh

2006-05-21 Thread Rob Wilkerson
AJaX is definitely the way to go for what you want to do. I use Prototype for my AJaX (and other JS framework) needs. Works great. http://prototype.conio.net/ http://www.sergiopereira.com/articles/prototype.js.html On 5/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Good Day, I want to