I defined my own attribute in an INPUT tag of a form like this:
<INPUT TYPE="text" NAME="field1" MYTAG1="xyz">
then I access the form element in a javascript like this:
ThisElement = ThisForm.elements[0];
then I display my attributes value like this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.