ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Scripts  >>  JavaScript
 
 


 

 
 PHP interview questions  PHP Interview Questions
 ASP interview questions  ASP Interview Questions
 CGI Perl interview questions  CGI Perl Interview Questions
 JavaScript interview questions  JavaScript Interview Questions
 VB Script interview questions  VB Script Interview Questions
 JSP interview questions  JSP Interview Questions
 Shell Script interview questions  Shell Script Interview Questions
 Python interview questions  Python Interview Questions
 Tcl interview questions  Tcl Interview Questions
 Awk interview questions  Awk Interview Questions
 AJAX interview questions  AJAX Interview Questions
 Ruby on Rails interview questions  Ruby on Rails Interview Questions
 Scripts AllOther interview questions  Scripts AllOther Interview Questions
Question
What are the security related issues in JavaScript scripts?
 Question Submitted By :: Praveen
I also faced this Question!!     Rank Answer Posted By  
 
  Re: What are the security related issues in JavaScript scripts?
Answer
# 1
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 ?    0 Yes 0 No
Naveen Das
 
  Re: What are the security related issues in JavaScript scripts?
Answer
# 2
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 ?    0 Yes 0 No
Rubin Thomas
 
 
 
  Re: What are the security related issues in JavaScript scripts?
Answer
# 3
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 ?    0 Yes 0 No
Rajesh
 

 
 
 
Other JavaScript Interview Questions
 
  Question Asked @ Answers
 
How to create 3-dimensional Array in Javascript? CybAge1
1) How can we use java script in testing the application? 2) What all the things(Software application - like browser, notepad) we need to learn Jscript?  1
Can any one tell me how Java is purely an Oops language  3
What boolean operators does JavaScript support? Satyam5
Does javascript support multidimensional arrays ?  2
About document.getElementID? Explain giving one example. This was asked by a interviewer when i said that i know some JavaScript. TCS2
What is the use of the String Tokenizer  1
What does "1"+2+4 evaluate to? Satyam4
How do you create a new object in JavaScript? Satyam2
what is inheritence Wipro3
Can you tell me how to send email using javascript?  2
How do you assign object properties? Satyam3
how to post the form without submit button with help of javascript  1
what is eval pls breif information send me  1
What is this keyword? Satyam5
why you used Java Script? Can it use for both client side and server side validation purpose? BeBo-Technologies8
What are the security related issues in JavaScript scripts? Four-soft3
Hi Friends, I am new to java, please provide some use full docs, and where can i get basic Java script docs... thanx in advance  8
i want to display time using hidden variable in a page,but when i click button that page that hidden variable loosing its value.i m sending the code also. <script type="text/javascript" language="javascript"> var tick=0; window.onload = function() { //debugger if(document.getElementById("hdnTicker").value != "") tick = parseInt(document.getElementById("hdnTicker").value); setInterval("Timer()",1000); } function Timer() { //debugger document.getElementById("hdnTicker").value = tick++; //alert(document.getElementById("hdnTicker").value); document.getElementById("lblTimeSpent").innerHTML = "0." + tick; if(tick == 30) { //message or redirect to result window alert('time is out'); //clearTimeout(); } } </script> <form id="form1" runat="server"> <div> <table> <tr> <td> <asp:Label ID="lblTimeSpent" runat="server" Visible="true" ForeColor="Blue" ></asp:Label> </td> <td> <%-- <asp:textbox EnableViewState="true" id="hdnTicker" runat="Server" style="visibility:hidden"></asp:textbox>--%> </td> </tr> <tr> <td> <asp:Button ID="btn" runat="server" Text="hi" OnClick="btn_Click" Height="30px" Width="60px" /> </td> </tr> </table> <%--<asp:HiddenField ID="txt" runat="server" Visible="true" />--%> </div> </form> <input type="hidden" id="hdnTicker" name="hdnTicker" enableviewstate="true" runat="server" />  1
I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?  2
 
For more JavaScript Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com