Javascript Interview Questions and Answers
Javascript Interview Questions and Answers
Javascript Interview Questions and Answers
Home Interview Questions Certifications Aptitude Questions Tutorials Placement Papers Search
Resume Soft Skills Video Forum Blog
Google Search
Soft Skills
Communication Skills
Leadership Skills
.........More
Web-garden - An
IIS6.0 feature where
you can configure an
application pool as a
web-garden and also
specify the number of
worker processes for
that pool. It can help
improve performance
in some cases.
Web-farm - a general
term referring to a
cluster of physically
separate machines,
each running a webserver for scalability
and performance
(contrast this with
web-garden which
refers to multiple
processes on one
single physical
machine).
How to get the
contents of an input
box using Javascript?
http://techpreparation.com/computer-interview-questions/javascript-interview-questions-answers5.htm#.U6gvLPmSwiQ
1/5
6/23/2014
http://techpreparation.com/computer-interview-questions/javascript-interview-questions-answers5.htm#.U6gvLPmSwiQ
2/5
6/23/2014
window.document.getElementById("MyTextBox").value;
How to determine the state of a checkbox using Javascript?
var checkedP =
window.document.getElementById("myCheckBox").checked;
How to set the focus in an element using Javascript?
This can be achieved by using the following tag between head tags
or between body tags.
<script src="abc.js"></script>How to access an external javascript
file that is stored externally and not embedded? where abc.js is
http://techpreparation.com/computer-interview-questions/javascript-interview-questions-answers5.htm#.U6gvLPmSwiQ
3/5
6/23/2014
A prompt box allows the user to enter input by providing a text box.
Can javascript code be broken in different lines?
The best sites are the ones that use JavaScript so transparently,
that I'm not aware that there is any scripting on the page. The
worst sites are those that try to impress me with how much
scripting is on the page.
http://techpreparation.com/computer-interview-questions/javascript-interview-questions-answers5.htm#.U6gvLPmSwiQ
4/5
6/23/2014
2
13
18
http://techpreparation.com/computer-interview-questions/javascript-interview-questions-answers5.htm#.U6gvLPmSwiQ
5/5