onclick event in combo box
- by raam
function ram(){
document.write("Hello World!")
alert("ok");
}
India
Autralia
England
Ameriaca
Pakistan
In this above code the event will not fire for combo box ..i try by using focus and click event....i can i do this....and i want 1 more thing if i select combo box value as India,i want to create a combo box with state(elements are TN,DL..) updation...