Re: javascript update tag value property [OFFTOPIC?]

2007-11-21 Thread victor sosa
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.

Re: javascript update tag value property [OFFTOPIC?]

2007-11-21 Thread 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

Re: javascript update tag value property

2007-11-20 Thread victor sosa
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() {