Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. prevention of control key on web page

prevention of control key on web page

Scheduled Pinned Locked Moved ASP.NET
question
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    nilam11
    wrote on last edited by
    #1

    hi can i prohibit the ctrl key function just like ctrl+C - copy ,ctrl+P - print after running the application on web page? if yes then how ?

    Thanks bye

    P 1 Reply Last reply
    0
    • N nilam11

      hi can i prohibit the ctrl key function just like ctrl+C - copy ,ctrl+P - print after running the application on web page? if yes then how ?

      Thanks bye

      P Offline
      P Offline
      Parwej Ahamad
      wrote on last edited by
      #2

      Yes you can do it try : for ctrl + c : for ctrl + p : no need javascript @media print { body { display:none } }

      Parwej Ahamad g.parwez@gmail.com

      N 2 Replies Last reply
      0
      • P Parwej Ahamad

        Yes you can do it try : for ctrl + c : for ctrl + p : no need javascript @media print { body { display:none } }

        Parwej Ahamad g.parwez@gmail.com

        N Offline
        N Offline
        nilam11
        wrote on last edited by
        #3

        Thanks it helped me greately. my problem is solved. now tell me how to clock 'save as' option in application at run time?

        Thanks bye

        1 Reply Last reply
        0
        • P Parwej Ahamad

          Yes you can do it try : for ctrl + c : for ctrl + p : no need javascript @media print { body { display:none } }

          Parwej Ahamad g.parwez@gmail.com

          N Offline
          N Offline
          nilam11
          wrote on last edited by
          #4

          hi first of all thanks for helping me to lock the control keys function. it works greately. similarly i want to lock 'Save As' option in menu toolbar because whatever documents i am showing on web page that are most confidential so nobodies could not copy,delete,save,print that data. it is only for displaying purpose. i think i got my point. so pls. help me to lock save option. once again thanks.

          Thanks bye

          P 1 Reply Last reply
          0
          • N nilam11

            hi first of all thanks for helping me to lock the control keys function. it works greately. similarly i want to lock 'Save As' option in menu toolbar because whatever documents i am showing on web page that are most confidential so nobodies could not copy,delete,save,print that data. it is only for displaying purpose. i think i got my point. so pls. help me to lock save option. once again thanks.

            Thanks bye

            P Offline
            P Offline
            Parwej Ahamad
            wrote on last edited by
            #5

            Hi, I do not have much idea about to disable the save as option. You can go through google to find this problem. According to me we can not disable the IE menu save as option but we can display the pages without menu bar and prevent the Right click option on the pages. If you have any doubt after the finging with google then let me no.

            Parwej Ahamad g.parwez@gmail.com

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups