I have a project that I would like to be utilize the cfwindow
tag quite heavily. One place is for my login... What I would like
to do though is make it so that it can process the login all
withing the window.
For instance, show a login form... then when the button is
clicked, have it carry out that task in the cfwindow either
displaying the form again if the info was wrong or granting them
access and redirecting as necessary upon success.
I do not see any javascript functions to carry this out, but
figured it may be possible with the ajxax stuff built into CF8?
I was hoping for something like
Coldfusion.Window.navigate('index.cfm','login').... but was not
that lucky... :)
Thanks!