Question

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.

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top