As it's turning out maybe I should have posted this in the javascript forum?
Here's the actual code if anyone cares to try it. I don't want to use the actual field name so I can use my function to loop through any form. The js alert in IE displays the MYTAG values correctly, but in NS the MYTAG...
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.