I want to create an attribute for an input box as follows
<xsl:attribute name="onBlur">JAVASCRIPT:checkFieldValidation({@id}, {$minlen})</xsl:attribute>
This javascript works if I just have an input box, but for various reasons I need to split the element down into attributes. Can anyone help me with the syntax for my xsl attribute "onBlur".
Many thanks.
<xsl:attribute name="onBlur">JAVASCRIPT:checkFieldValidation({@id}, {$minlen})</xsl:attribute>
This javascript works if I just have an input box, but for various reasons I need to split the element down into attributes. Can anyone help me with the syntax for my xsl attribute "onBlur".
Many thanks.