473,406 Members | 2,345 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

can we disable the copy & paste option in edit menu bar of browser

hi all,

can we disable the copy and paste option in edit menu bar of browser my customer does not want copying using any technique so can any one help

how to disable that options copy and paste in menu bar using java script


urgently required

loooking for quick response

pls

bye
rakesh
Jun 1 '07 #1
6 3725
acoder
16,027 Expert Mod 8TB
Moved from Articles section. Please do not post questions there.

I'm afraid that isn't possible using javascript. The browser belongs to the user and they expect certain types of behaviour. To try and circumvent that can annoy users.

What is so important that your customer doesn't want copied?
Jun 1 '07 #2
dmjpro
2,476 2GB
If it is possible with JS then it ll not be standard JS and strongly Browse specific.

Kind regards,
dmjpro.
Jun 2 '07 #3
Moved from Articles section. Please do not post questions there.

I'm afraid that isn't possible using javascript. The browser belongs to the user and they expect certain types of behaviour. To try and circumvent that can annoy users.

What is so important that your customer doesn't want copied?

thanks for reply
that is the email and confirm email text boxes
he wants me to disable all the options for copying and pasting the email in confirm email box

thank u
Jun 2 '07 #4
acoder
16,027 Expert Mod 8TB
thanks for reply
that is the email and confirm email text boxes
he wants me to disable all the options for copying and pasting the email in confirm email box

thank u
It is possible to check for this. Use the onkeydown/press events (link) to check which key has been pressed. You can also check for Ctrl using CtrlKey. To prevent the event, just return false as given in the examples.
Jun 4 '07 #5
steven
143 100+
Regardless of the techniques you may use, you won't be able to prevent said actions. Anyone determined enough, will _easily_ circumvent any preventative measures you put in place.

If you don't want content / information to be copied, don't make it publically available on the Internet. Clients aren't the smartest people in the world. As the web developer, it's your responsibility to inform them of how the Internet works.

[edited by iam_clint: do you read the posts?]
Jun 4 '07 #6
acoder
16,027 Expert Mod 8TB
Regardless of the techniques you may use, you won't be able to prevent said actions. Anyone determined enough, will _easily_ circumvent any preventative measures you put in place.

If you don't want content / information to be copied, don't make it publically available on the Internet. Clients aren't the smartest people in the world. As the web developer, it's your responsibility to inform them of how the Internet works.
This is not about information being copied. It's about preventing users from copying the first email (which may have been typed incorrectly) to the second email.
Jun 8 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: nntp | last post by:
I have a set of links which I want search engines to crawl them, but I want to disable them from my visitors, so I will ask the link owners to pay me to let me enable them. <a disabled...
5
by: Sven | last post by:
I would like to disable the ability of the user hold control and click and get the dropdown menu. I am ultimately discouraging users from easily getting a copy of the image. I was able to do this...
7
by: Bani | last post by:
Is it possible to get browser-menu events (IE) into Javascript? I have a special copy/paste on the onkeydown event (ctrl+c/ctrl+v). Now the users would like to trigger it also from the browser...
29
by: lori3laz | last post by:
How do you disable the right click>view source option on web pages so people can't view your coding and copy it? What's the html I need to include in my website to utilize this feature? Thank...
6
by: NuB | last post by:
I have a winform and a menu on the form, It allows the users to copy and paste text from text boxes. I never had to do this before, how can I copy and paste text from one box to another?
3
by: Stilgar[bbs.isca.uiowa.edu] | last post by:
Here's my newbie question: I have several VB forms which are all inherit a standard template form that I made. In my template form, I added a menu bar with some generic cut, copy, and paste...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
0
by: jshoffner | last post by:
This sounds like a really silly question but I'm can't find a solution anywhere. I use the Search window within VS.NET 2003 all the time. However, when I find a sample that is usefull I would like...
17
by: Steve | last post by:
I'm trying to code cut, copy, and paste in vb 2005 so that when the user clicks on a toolbar button, the cut/copy/paste will work with whatever textbox the cursor is current located in (I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.