No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
Hi, Can anyone tell me how to describe coldfusion architecture. I'm being this question consistently in interviews. I cannot find an answer on Internet. Please help, its urgent and important. Thanks Kanika
you have to break your input into 2 elements separated by a delimiter(I did it with a space) and put them into an array [code=coldfusion]<cfparam name="strSearch" default=""> <cfparam name="myArrayList" default=""> <cfset myArrayList=ArrayNew(1)> <cfif isdefined("form.searchMeals") AND form.searchMeals neq ""> <cfset strSearch = #trim(form.searchMeals)#> <cfset strSearch = #lcase(strSearch)#> <cfif strSearch contains ""> …
hi, Is any one familiar with use of Subcookies with coldfusion? Please help, its urgent. Thanks
I've a perfect working code in IE but for some reason its not working in Fire fox...can anyone suggest why?
The End.
kg_ally