![]() |
Alexey admin 7/16/2007 |
Hi, |
C
|
ccuser author 7/16/2007 |
Thanks but this does not seems to work for assignment. |
G
|
gnabi 7/16/2007 |
Thanks but this does not seems to work for assignment. Something like document.forms.editform.value_Cost.value=var1 ; doesn't populate the text field for me ?
|
C
|
ccuser author 7/17/2007 |
Thanks it works It should work as suggested above. I have following code on one of my forms and it works fine. I hope this helps. <form name=frmTimeout > <input type=text name=txtElapsedTime value="1" > </form> document.frmTimeout.txtElapsedTime.value = 99; |