سؤال

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