Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

javascript drag and drop list security?

Status
Not open for further replies.

atdawgie

Technical User
Sep 29, 2001
60
US
Hi,

I'd like to create a drag and drop list of items using javascript but only want one user to be able to make changes to it, but allow all others to view it. Is this possible?

Also is there a good or easy way to add and delete items from a drag and drop javascript list?

Thanks,
Aaron
 
Yes, it is possible - although if you relied on javascript to do your security for you, you will be vulnerable. You would be advised to look at combining this with a server-side solution as well (php, asp etc).

You can do whatever you want using javascript - if you want to add and delete items from a drag and drop list... then you can.

Let us know how you go... and drop by for any specific problems you may come up against.

Cheers,
Jeff

[tt]Jeff's Page @ Code Couch
[/tt]

What is Javascript? FAQ216-6094
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top