Forum Moderators: open

Message Too Old, No Replies

Javascript Right click menu

         

senthil245

12:22 pm on Dec 30, 2008 (gmt 0)

10+ Year Member



Can anyone help me in creating a JavaScript function for right click menu option.This is similar to user selects a folder then performs right click and a menu is displayed with some options.Please provide me a sample code for right click menu.
Thanks in advance

wyweb

1:20 pm on Dec 30, 2008 (gmt 0)



Google is your friend [google.com]

senthil245

4:46 pm on Dec 30, 2008 (gmt 0)

10+ Year Member



i could not find the exact code thru gooogle.. anyone help me with sample pls

ashish21cool

5:04 am on Dec 31, 2008 (gmt 0)

10+ Year Member



Hi,

You can make use of the following events

event.which and event.button to recognize which mouse click was done.

Based on this you could further right the code.

Best Regards.