prevention of control key on web page
-
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
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
-
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
-
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
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
-
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
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