How to set the focus in an element using Javascript?
Submitted by: AdministratorSetting the focus in an element using JavaScript
<script>
function setFocus() {
if(focusElement != null)
{
document.forms[0].elements["myelementname"].focus();
}
}
</script>
Submitted by: Administrator
<script>
function setFocus() {
if(focusElement != null)
{
document.forms[0].elements["myelementname"].focus();
}
}
</script>
Submitted by: Administrator
Read Online JavaScript Job Interview Questions And Answers
Top JavaScript Questions
☺ | Are Java and JavaScript the Same? |
☺ | Explain unescape() and escape() in JavaScript? |
☺ | How to make elements invisible? |
☺ | How to test for bad numbers using JavaScript? |
☺ | What is the difference between an alert box and a confirmation box? |
Top Top World Wide Web Categories
☺ | Cascading Style Sheet CSS Interview Questions. |
☺ | HTML5 Interview Questions. |
☺ | Basic Internet Interview Questions. |
☺ | Domain Name System (DNS) Interview Questions. |
☺ | JavaScript Interview Questions. |