| Other JavaScript Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to create 3-dimensional Array in Javascript? | CybAge | 1 |
| 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? | Satyam | 5 |
| 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. | TCS | 2 |
| What is the use of the String Tokenizer | | 1 |
| What does "1"+2+4 evaluate to? | Satyam | 4 |
| How do you create a new object in JavaScript? | Satyam | 2 |
| what is inheritence | Wipro | 3 |
| Can you tell me how to send email using javascript? | | 2 |
| How do you assign object properties? | Satyam | 3 |
| 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? | Satyam | 5 |
| why you used Java Script? Can it use for both client side
and server side validation purpose? | BeBo-Technologies | 8 |
| What are the security related issues in JavaScript scripts? | Four-soft | 3 |
| 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 |