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 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 
> for.
> http://www.webpasties.com/xmlHttpRequest/xmlHttpRequest_tutorial_1.html
> http://www.peej.co.uk/articles/http-auth-with-html-forms.html
>
> Does anyone know of a easier/simplier implementations of this functionality?
>
> Any advice guidance would be great!
>
> D
>
>
> 

~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241102
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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: http://www.houseoffusion.com/lists.cfm/link=i:4:241101
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


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 
for.
http://www.webpasties.com/xmlHttpRequest/xmlHttpRequest_tutorial_1.html
http://www.peej.co.uk/articles/http-auth-with-html-forms.html

Does anyone know of a easier/simplier implementations of this functionality?

Any advice guidance would be great!

D


~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:241099
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54