What are the security related issues in JavaScript scripts?

Answers were Sorted based on User's Feedback



What are the security related issues in JavaScript scripts?..

Answer / naveen das

Basically the source code of the Javascript will be visible
when we select the source,hence the javascript part of the
code is fully transparent.
Secondly javascripts can be disabled on the browser easily

Is This Answer Correct ?    20 Yes 4 No

What are the security related issues in JavaScript scripts?..

Answer / rajesh

One better way to hide the script is, Load a pane and write
all the scripts there... and the use them in the pages you
are displaying.

Is This Answer Correct ?    3 Yes 4 No

What are the security related issues in JavaScript scripts?..

Answer / rubin thomas

Basically all that naveen said is true but there cannot be
any instance of js hiding it can always be viewalble if u
know how to do it.

Also other security issues are that u can track the ip of
the system on which the site has been view also the time of
loading on the current system.

Since javascript has no current standard which monitors the
use of js it can be used in any way you want to.
Therefore security related issues in javascript is just a
idea but never a hard code procedure.

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JavaScript Interview Questions

How do I open javascript on my iphone?

0 Answers  


what data type javascript supports?

0 Answers  


If an array with name as "names" contain three elements, then how will you print the third element of this array?

0 Answers  


How to determine the state of a checkbox using javascript?

0 Answers  


How do you know if a set of points is a function?

0 Answers  






What are Cookies in Javascript?

0 Answers  


java pgm for reads a file(text file) and removes all the spaces then the text and write this back into the same file. e.g: (Input) _______ chennai is fourth biggest city in india. (output) _______ chennaiisfourthbiggestcityinindia.

0 Answers  


Explain why asynchronous code is important in javascript?

0 Answers  


what is the purpose of using jsp?

1 Answers  


How fast can you learn coding?

0 Answers  


How do I run javascript on my iphone?

0 Answers  


How do I turn on javascript on my phone?

0 Answers  


Categories