![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
If it's processed at all
.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#12 |
|
Expert Programmer
Join Date: Jun 2005
Posts: 874
Rep Power: 4
![]() |
If I find a page that has the right click or view source disabled. I immediately disable JavaScript and look at the source, just to see what they are trying to do secretly, and often to laugh at why they thought their so-called "secret source" needed to be protected.
|
|
|
|
|
|
#13 | ||
|
Expert Programmer
|
Quote:
Quote:
:p |
||
|
|
|
|
|
#14 | |
|
Newbie
|
Quote:
No shit...? ![]()
__________________
I wish I was you, so I could be friends with me. |
|
|
|
|
|
|
#15 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Mongeau, you seem to have a problem with accepting the responses as relevant or meaningful. Perhaps you should read the OP's original post, as well as his other threads on the subject and reform your opinion on the knowledge and understanding of the concepts being dealt with. We occassionally have questions indicating that the poster (who is usually writing actual code) doesn't realize the client and server aren't in a continuous, interactive relationship.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#16 | |
|
Expert Programmer
|
Quote:
|
|
|
|
|
|
|
#17 | |
|
Programming Guru
![]() Join Date: Oct 2004
Location: namespace std
Posts: 1,246
Rep Power: 6
![]() |
Quote:
your asinine comment is the only irrelevant thing i see here. have an ass sandwich on me.
__________________
i put on my robe and wizard hat... Have you ever heard of Plato, Aristotle, Socrates?...Morons. |
|
|
|
|
|
|
#18 |
|
Programmer
Join Date: Jul 2005
Posts: 62
Rep Power: 4
![]() |
If I may inject what I think mongeau is getting at here, is that there is no way that a server-side language can protect your HTML layout, which is what this guy wants. Its not even javascript that he wants to protect.
Anyways, I have this little link that I made bookmarked for sites with right-clicks disabled: javascript:document.onmousedown=null;document.onclick=null;document.oncontextmenu=null;void(0); Works like a charm. |
|
|
|
|
|
#19 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Works like a charm if I let your Javascript run, you mean. The server side is the ONLY place you can protect your code. You can withhold sending it. Once you make it accessible, I can get it. I fail to see what is so hard to comprehend about this fact. No wonder the web is full of crap; it seems like a huge percentage of those involved have no clue regarding how it works.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|