ldsmike88 Posted April 12, 2007 Share Posted April 12, 2007 I have a table with a list of values similar to the following: Dog 4 Cat 2 I am trying to setup a nice right click menu so when you right click on different rows in the table I want a different menu to pop up. For example, if you right click on the row titled Dog the menu will have an option that says "Delete Dog" and if you click on the row that says Cat the context menu will say "Delete Cat." How do you make the context menu row specific? Any ideas would be greatly appreciated! Thanks! Michael Quote Link to comment Share on other sites More sharing options...
Goose Posted April 13, 2007 Share Posted April 13, 2007 There are a lot of ways you can do this. It is going to include JavaScript some how. Whether you want to write it yourself or use a free script out there on the web, that is your call. Here is a link that has a right click menu tutorial. http://luke.breuer.com/tutorial/js_contextmenu.htm Quote Link to comment Share on other sites More sharing options...
ldsmike88 Posted April 13, 2007 Author Share Posted April 13, 2007 I found a really good one after searching for a really long time. It is already setup to open a different menu for each item you setup. http://www.harelmalka.com/rightcontext/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.