PDA

View Full Version : Right Click Control


Craig Blafer
07-18-2002, 03:19 PM
I'm looking for a method of controling the functions that appear in the dialog box when I right click on the screen. Do I have control of this? I'd love to at least add a function or two of my own.

x_goose_x
07-18-2002, 03:56 PM
You can't add to the existing menu, but you can create your own.

http://www.dynamicdrive.com/dynamicindex1/contextmenu.htm

redhead
07-18-2002, 09:51 PM
or you could try this one:

http://javascriptkit.com/script/script2/realmenu.shtml

about the same as the one x_goose_x recommended but this one looks a little more real.

happy coding :thumbsup: