Input text

Re: Input text

by philippe dutour -
Number of replies: 0

Hello,

Thank you for these tips, I think I will apply the method proposed by William for the text fields.

I go in my project of bdd and today I stumble on a question regarding the programming in javascript: How to increment a part of a field identifier in a script on the page "addtemplate" for example to recover and use The contents of the fields from A1 to A10, in the style:

"For (i = 0; i <10; i ++)

{Var field = document.getElementsById ('A "i" #id'). Value; ....... "

Is that possible, and if so how

Thank you for your help.

Philippe


I just tried it's great, just do not forget   around the field identifier. Thank you very much.