Click here to Skip to main content
15,891,423 members
Home / Discussions / Web Development
   

Web Development

 
QuestionIframe Development Pin
macca247-Feb-07 4:40
macca247-Feb-07 4:40 
AnswerRe: Iframe Development Pin
led mike7-Feb-07 4:50
led mike7-Feb-07 4:50 
QuestionApache Server - throttle downloads Pin
#realJSOP7-Feb-07 2:05
mve#realJSOP7-Feb-07 2:05 
AnswerRe: Apache Server - throttle downloads Pin
badgrs7-Feb-07 3:05
badgrs7-Feb-07 3:05 
AnswerRe: Apache Server - throttle downloads Pin
Vasudevan Deepak Kumar7-Feb-07 4:33
Vasudevan Deepak Kumar7-Feb-07 4:33 
QuestionUsing Java Script as a security model to protect hidden fields Pin
Marcus J. Smith7-Feb-07 0:08
professionalMarcus J. Smith7-Feb-07 0:08 
AnswerRe: Using Java Script as a security model to protect hidden fields Pin
Bradml7-Feb-07 0:36
Bradml7-Feb-07 0:36 
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 
i am agree with Brad.

You cant secure ur data by using javascript...

for example...

open any of ur page which is having hidden fields ooand text fields
and then copy this code and paste it on to address and press enter.


javascript:var x=document.getElementsByTagName("input");alert(x.length); for(var i=0;i<x.length;i++){alert(x[i].type);if(x[i].type=="text"){alert(x[i].value)}}

what have="" u="" seen...

this="" is="" very="" simple="" you="" can="" do="" much="" more="" then="" this...

bu="" now="" thing="" i="" will="" like="" to="" mention..="" am="" also="" using="" js="" in="" my="" current="" project="" and="" used="" heavily...="" but="" who="" gona="" crack="" it..="" knows="" the="" architecture="" of="" project..="" from="" where="" data="" comming..="" more...

who="" that="" when="" element="" being="" created="" it="" destroyed...
and="" tell="" what="" no="" body="" read="" or="" scan="" ur="" code...="" becuse="" time="" design="" twice..

so="" r="" not="" wrong="" want="" difficult...="" either="" this="" any="" other="" mean...

and="" end="" customer="" see="" which="" technology="" used...="" he="" look="" on="" time..

hope="" understand="" whats="" say...





=""

<div="" class="ForumSig">Ravi Kant Srivastava
(System Analyst)
HandsOn Technology & Engineering
Gurgaon
(India)
e-mail:ravikant@hte.co.in
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 
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 

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.