質問

How to create UUID in JSNI for each input element. Each time of call the id's of the input elements must change and new entries must be inserted in database with every new form.

役に立ちましたか?

解決

Finally succeeded in doing so by getting the values directly in variable by fname=a.value; where a is the input box of jsni and fname is the variable where the value is being stored.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top