Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
I want users to be only able to add stuff to the database and NOT be able to view/edit/delete, how could I do that?
Hi,try to insert bolded snippet of code into CheckSecurity function that can be found at the end of ..._edit.asp file:
Function CheckSecurity(strValue, strAction)
I hope this helps.