Questions tagged [coldfusion-8]

For issues relating to using ColdFusion, version 8.

ColdFusion is a server-side rapid application development platform, from Adobe. ColdFusion 8 new features include

  • Built in AJAX for various UI elements. This is based ext-js
  • Exchange support
  • RSS
  • ZIP files
580 questions
0
votes
1 answer

Coldfusion Multi-Select box without CFSelect

How would one go about building a multiselect box in Coldfusion without using CFForm or CFSelect? This is to pull values from a DB so its not just a static select box it is dynamic. This is my first time every trying to code in ColdFusion, I have…
scripter78
  • 1,117
  • 3
  • 22
  • 50
0
votes
2 answers

JS alert is not functioning in ColdFusion

I am trying to figure out why this JS alert is not working. The function of the alert is to validate if the data been selected before.