I have a textbox and a submit button in coldfusion page.
user can enter multiple comma separated values in the textbox. on click of the button, i want to print only the strings from the textbox ignoring the delimiter comma or spaces.
how should i do it? is there any function in coldfusion for that? i want to avoid javascript.. have to use coldfusion only...
user can enter multiple comma separated values in the textbox. on click of the button, i want to print only the strings from the textbox ignoring the delimiter comma or spaces.
how should i do it? is there any function in coldfusion for that? i want to avoid javascript.. have to use coldfusion only...
Comment