Thks for you answer but is still open
Because I need to put into the textfield base in another property of Maquina
object (here only put id), for example: name or comment, features, ect.
So every time a select a Maquina object, I need to get also the properties
of its.
Domingo A. Rodriguez S.
Hello Victor,
Simplify. something like this should work.
Maquina.onChange event
{
document.form1.textfield1.value=
document.form1.Maquina.options[document.form1.Maquina.selectedIndex].value;
}
Regards,
Domingo
--- victor sosa <[EMAIL PROTECTED]> escribió:
>
> ANY IDEAS, how to?
>
>
> vict
ANY IDEAS, how to?
victor sosa wrote:
>
> Hi, I am trying to update a textfield when the select is changed using
> javascript event onchange, so How I can do that? Which is the best
> practices here?
>
>
> Here is my code, any Ideas?
>
>
> function getVolumenInicial() {
3 matches
Mail list logo