onclick event in combo box
Posted
by raam
on Stack Overflow
See other posts from Stack Overflow
or by raam
Published on 2010-03-27T10:48:18Z
Indexed on
2010/03/27
10:53 UTC
Read the original article
Hit count: 206
html
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...
© Stack Overflow or respective owner