murugan
(Rettaikulamram)
June 15, 2009, 5:30am
1
my problem is when we selecting a value in a dropdown list suddenly its selected value must displayed into textbox.
how to achieve this?
solution please
and another one is when we lost focus on a text field its value must assigned to another text box. is it possible,how
qiang
(Qiang Xue)
June 15, 2009, 7:11pm
2
Both require javascript. For the first, you need onselect js handler, and for the 2nd one, you need onblur handler. Search on the web and you will find many solutions.
murugan
(Rettaikulamram)
June 17, 2009, 6:44am
3
I can't get it.can you explain with one example
mocapapa
(Mocapapa)
June 18, 2009, 2:59am
4
You can learn jQuery here and may ask there.