Click here to Skip to main content
15,885,537 members
Home / Discussions / Web Development
   

Web Development

 
JokeRe: Using Java Script as a security model to protect hidden fields Pin
blue_arc7-Feb-07 1:02
blue_arc7-Feb-07 1:02 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith7-Feb-07 1:20
professionalMarcus J. Smith7-Feb-07 1:20 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
badgrs7-Feb-07 2:54
badgrs7-Feb-07 2:54 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Vasudevan Deepak Kumar7-Feb-07 4:36
Vasudevan Deepak Kumar7-Feb-07 4:36 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith7-Feb-07 1:23
professionalMarcus J. Smith7-Feb-07 1:23 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
User 98858-Feb-07 21:43
User 98858-Feb-07 21:43 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith9-Feb-07 3:48
professionalMarcus J. Smith9-Feb-07 3:48 
AnswerRe: Using Java Script as a security model to protect hidden fields Pin
Guffa7-Feb-07 7:09
Guffa7-Feb-07 7:09 
cleako wrote:
The current belief is that if you check for enabled scripting and deny anyone without that turned on as well as to disable the "Mouse Right Click" and "CTRL-N" that you can prevent users from seeing the source of the page.


That's ridiculous.

Any check for having Javascript enabled has to be done using Javascript, and the only way that the server will know the result is from what the browser sends in the next request, so the server can easily be fooled that the client has Javascript enabled.

Also, here are just some of the ways that you can get around the checks:

:: Select the "View Source" option in the menu.
:: Press Ctrl+U to view source (in Firefox).
:: Enable Javascript but disable replacing of the context menu.
:: Open the file in the browser cache.
:: View the form data in Page info (in Firefox).
:: Use a DOM inspector plugin to view the code.
:: Use a program other than a browser to request the page.
:: Intercept the network traffic to get the source before the browser does.


---
single minded; short sighted; long gone;

QuestionDefinition error Pin
nclauder6-Feb-07 20:42
nclauder6-Feb-07 20:42 
AnswerRe: Definition error Pin
blue_arc7-Feb-07 1:20
blue_arc7-Feb-07 1:20 
AnswerRe: Definition error Pin
Sandeep Akhare7-Feb-07 1:36
Sandeep Akhare7-Feb-07 1:36 
GeneralRe: Definition error Pin
nclauder7-Feb-07 3:02
nclauder7-Feb-07 3:02 
GeneralRe: Definition error Pin
Sandeep Akhare7-Feb-07 3:08
Sandeep Akhare7-Feb-07 3:08 
AnswerRe: Definition error Pin
badgrs7-Feb-07 2:50
badgrs7-Feb-07 2:50 
QuestionHow can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 19:40
Jaison Peter6-Feb-07 19:40 
AnswerRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Christian Graus6-Feb-07 19:46
protectorChristian Graus6-Feb-07 19:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 19:54
Bradml6-Feb-07 19:54 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 19:57
Jaison Peter6-Feb-07 19:57 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 20:35
Bradml6-Feb-07 20:35 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 21:46
Jaison Peter6-Feb-07 21:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml7-Feb-07 0:37
Bradml7-Feb-07 0:37 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
PSK_6-Feb-07 21:49
PSK_6-Feb-07 21:49 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter7-Feb-07 0:31
Jaison Peter7-Feb-07 0:31 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter7-Feb-07 0:39
Jaison Peter7-Feb-07 0:39 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Christian Graus7-Feb-07 9:29
protectorChristian Graus7-Feb-07 9:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.