Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using CFWINDOW

Participant ,
Apr 21, 2008 Apr 21, 2008
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!
389
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Jun 04, 2008 Jun 04, 2008
The solution is using #ajaxLink()#
Translate
Participant ,
Jun 04, 2008 Jun 04, 2008
LATEST
The solution is using #ajaxLink()#
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources