Form Control JavaScript DHTML




function show_alert(){
    alert("Hello World!")
    document.all("myButton").focus()
}