hi,
I'm using a dropdown box <SELECT><option></SELECT>,and a text box in a form
that stores values in a database.
I want that when i change option value in box,then this value is passed to javascript using onChange
according to that option value i want to fetch data from database and to display this result to text box,so that i can insert these two values(option value and text) in another table.
is it possible ?How can we do this? i don't know how to pass variable to php using javascript.
plz help me.
thanks