What are the security related issues in JavaScript scripts?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where should I put script tags?

677


What is the concept of “functions as objects” and how does this affect variable scope?

705


What does e mean in a function?

694


Do I need to install javascript?

745


What is stack in javascript?

718


What is console.time() and console.timeend()? What is its syntax, and why is it used?

741


Is javascript object oriented?

693


What are global variables? How are these variable declared and what are the problems associated with using them?

750


Consider the following code: 1 2 3 4 5 (function() { var a = b = 5; })(); console.log(b); what will be printed on the console?

656


Difference between Client side JavaScript and Server side JavaScript?

900


How do I turn on javascript in google chrome?

758


How does javascript work?

751


What is viewstate in javascript?

790


What is the purpose of 'this' operator in JavaScript?

828


What is the difference between the operators ‘==‘ & ‘===‘?

688