In your case, it might be very simple. You say the empID is
in the list
box, so I assume the EmpID is the value of the option and the
employee name
is the text of the option. In that case, you'd add this to
your list box's
opening <select> tag:
onChange =
"document.form1.yourTextField.value=this.options[this.selectedIndex].text"
"deej77" <webforumsuser@macromedia.com> wrote in
message
news:e4bspq$j3f$1@forums.macromedia.com...
> thanks lionstone! but if you could send me ASP samples
that i could study
> or
> tutorials site that have lessons that are exactly the
same with what i'm
> asking, that would be great. I searched the net and
found a lot of
> tutorials,
> but all of it doesn't come close to what i'm looking.
Please please.
> thanks
> again and have a great day.
>