473,322 Members | 1,778 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,322 software developers and data experts.

Restrict Source Code from displaying

Oct 26, 2007
03:30pm

Hi all

Is there a way to resticting:

1. Use of right mouse click (display of popup menu)
2. Display of source code
3. Copy of graphics.

Thank you in advance.

Mike TI
Oct 26 '07 #1
7 1743
"Mike TI" <ta*****@creativepk.comwrote in message
news:u2**************@TK2MSFTNGP03.phx.gbl...
Is there a way to resticting:

1. Use of right mouse click (display of popup menu)
Not reliably...
2. Display of source code
Not reliably...
3. Copy of graphics.
No.

Basically, if you don't want people to see things, don't display them in a
browser...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 26 '07 #2
>3. Copy of graphics.
No.
True, you see people doing fancy things in javascript to disable right mouse
click, etc. Even seen one that displayed a message on a right mouse click
saying pictures were their property, etc. Alt+Printscreen (other
screengrabbers are available) and paste to paint brush - thank you very
much!

"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
"Mike TI" <ta*****@creativepk.comwrote in message
news:u2**************@TK2MSFTNGP03.phx.gbl...
>Is there a way to resticting:

1. Use of right mouse click (display of popup menu)

Not reliably...
>2. Display of source code

Not reliably...
>3. Copy of graphics.

No.

Basically, if you don't want people to see things, don't display them in a
browser...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 26 '07 #3
"Paul Hadfield" <no****@nospam.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>>3. Copy of graphics.
No.

True, you see people doing fancy things in javascript to disable right
mouse click, etc. Even seen one that displayed a message on a right mouse
click saying pictures were their property, etc. Alt+Printscreen (other
screengrabbers are available) and paste to paint brush - thank you very
much!
Not to mention Temporary Internet Files...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 26 '07 #4
On Oct 26, 6:55 am, "Paul Hadfield" <nos...@nospam.comwrote:
3. Copy of graphics.
No.

True, you see people doing fancy things in javascript to disable right mouse
click, etc. Even seen one that displayed a message on a right mouse click
saying pictures were their property, etc. Alt+Printscreen (other
screengrabbers are available) and paste to paint brush - thank you very
much!
Yep, I can't help laughing in my sleeves when I see those
javascript-"disabled" picture-saving functionalities, and wonder why
people waste a lot of time working on things that don't do as
expected.

Oct 26 '07 #5
Yep, I can't help laughing in my sleeves when I see those
javascript-"disabled" picture-saving functionalities, and wonder why
people waste a lot of time working on things that don't do as
expected.
I'm sure the battle is to stop 99% of the people, which disabling
right clicks probably do.
Oct 26 '07 #6
On Oct 26, 10:28 am, Larry Bud <larrybud2...@yahoo.comwrote:
Yep, I can't help laughing in my sleeves when I see those
javascript-"disabled" picture-saving functionalities, and wonder why
people waste a lot of time working on things that don't do as
expected.

I'm sure the battle is to stop 99% of the people, which disabling
right clicks probably do.
It really depends on how badly a person wants to capture the picture.
The percentage does not make much sense if the property of the sample
population is not known.

Oct 26 '07 #7
For images you can use Flash.
And I've seen couple of flash "viewers" that keep "running" lines to prevent
Alt+Printscreen

George,

"Mark Rae [MVP]" <ma**@markNOSPAMrae.netwrote in message
news:ug**************@TK2MSFTNGP03.phx.gbl...
"Paul Hadfield" <no****@nospam.comwrote in message
news:uj*************@TK2MSFTNGP06.phx.gbl...
>>>3. Copy of graphics.
No.

True, you see people doing fancy things in javascript to disable right
mouse click, etc. Even seen one that displayed a message on a right mouse
click saying pictures were their property, etc. Alt+Printscreen (other
screengrabbers are available) and paste to paint brush - thank you very
much!

Not to mention Temporary Internet Files...
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Oct 26 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Paul | last post by:
Hi all, at present I I've built a website which can be updated by admin and users. My problem, I've combined "log in" and "access levels" to restrict access to certain pages, using the built...
28
by: gc | last post by:
Hi, What is the purpose of the restrict keyword? gc
7
by: tweak | last post by:
Can someone give me a short example as how to best use this keyword in your code? This is my understanding: by definition restrict sounds like it is suppose to restrict access to memory...
2
by: pemo | last post by:
In Harbison and Steele's book, they say that using 'restrict' allows functions like memcpy() to be prototyped like this: void * memcpy(void * restrict s1, const void * restrict s2, size_t n); ...
11
by: pemo | last post by:
If you were to compile/run the code below, and get the result '30', I'd be very interested to know what compiler you're using - and its optimisation settings #include <stdio.h> int test(int...
12
by: Me | last post by:
I'm trying to wrap my head around the wording but from what I think the standard says: 1. it's impossible to swap a restrict pointer with another pointer, i.e. int a = 1, b = 2; int *...
21
by: Niu Xiao | last post by:
I see a lot of use in function declarations, such as size_t fread(void* restrict ptr, size_t size, size_t nobj, FILE* restrict fp); but what does the keyword 'restrict' mean? there is no...
7
by: fran7 | last post by:
Hi, I am having trouble with this dropdown. With it I am passing an id to the next page but displaying a description in the dropdown. Trouble is it displays a description for every postid so I am...
23
by: raashid bhatt | last post by:
what is restrict keyword used for? eg int *restrict p;
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.