Javascript Set focus
You can use this function to set the focus or prompt to an inputfield, link image etc.
Example
(javascript)
function setFocus(){
//prompt input field total
document.getElementById("darttotal").focus()
}
Example
(javascript)
function setFocus(){
//prompt input field total
document.getElementById("darttotal").focus()
}

0 Comments:
Post a Comment
<< Home