Hi Peers,
I am capturing query data into different Javascript arrays and that is the only way i have for now...anyway ..i have what i want in JS arrrays >
is there a war to perform CRUD operations on those arrays :
my Arrays look like this :
A1 : EmpID / A2 : Name / A3: Fistanme..
A1[0] : 1 / A1[0] : Paul /A1[0] : Newman
A1[1] : 2 / A1[1] : Paul /A1[1] : Simon
i want to be able to display the information like and give the ability to create , update or delete the record based on the EmpID unique number:
EmpID / Name / Firstname
1 Paul Newman Update ( hyperlink) - Delete ( hyperlink)
2 Paul Simon Update ( hyperlink) - Delete ( hyperlink)
i am using Coldfusion CF 7 and i was told since i want to keep the data into JS array that the only way to do it is usinig JAvascript
any thoughts how can this be done./???
Thanks
I am capturing query data into different Javascript arrays and that is the only way i have for now...anyway ..i have what i want in JS arrrays >
is there a war to perform CRUD operations on those arrays :
my Arrays look like this :
A1 : EmpID / A2 : Name / A3: Fistanme..
A1[0] : 1 / A1[0] : Paul /A1[0] : Newman
A1[1] : 2 / A1[1] : Paul /A1[1] : Simon
i want to be able to display the information like and give the ability to create , update or delete the record based on the EmpID unique number:
EmpID / Name / Firstname
1 Paul Newman Update ( hyperlink) - Delete ( hyperlink)
2 Paul Simon Update ( hyperlink) - Delete ( hyperlink)
i am using Coldfusion CF 7 and i was told since i want to keep the data into JS array that the only way to do it is usinig JAvascript
any thoughts how can this be done./???
Thanks
Comment