custom context menu for cross browsers

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • misaw
    New Member
    • Aug 2007
    • 17

    custom context menu for cross browsers

    i know its not good practice but a client requirement...
    in our web application we want to prevent back and refresh functionality ...
    we use custom window without any menu, address bar links etc... so no one entere through from here.
    we handle all shortcut keys as we well...
    we stop context menu to pop up ....

    but requirement changes and now the context menu pop up but with only one or two options for example properties menu option is required for some cases and on other cases we want to give our custom option in this context menu...

    how to do that to work with IE, Fire fox etc....
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    Maybe you could work with this.

    Comment

    • misaw
      New Member
      • Aug 2007
      • 17

      #3
      Originally posted by acoder
      Maybe you could work with this.
      thanks acoder
      one part of query is solved ie create totally custom context menu from scratch

      but what about modifying the browser context menu
      i.e enable/disable menu items of default menu ...
      you may call it Restricted Context Menu of browser.
      what i described in previous message that i want properties and one or two options of default context menu how to get that....

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        Hmm, I don't think that's possible with Javascript, though I could be wrong.

        Comment

        Working...