hi...

i have a small doubt in HTML..please help me.

my doubt is like dis.

if i have some text fileds with some names like 
x,y,z.and i like a small java script saying that...if the user gives the input 
in the text filed and clicks...then the respective text filed should get some 
value in dat saying that....choosed this or some thing like dat.

let me be clear...

<input type=text >
<input type="button" value=choose onclick="choose();">
<input type=text name=x >
<input type=text name=y>
<script>
......( i am not getting dis ...how can use the value given by the user to make 
the respective text filed filled with some value say....choosen)
</script>

if in above say user choosed x then the respective text field should get some 
value in to that..
 

please help me out.

Regards
Dinesh.N

Reply via email to