|
Subject: Re: [xsl] How do i specify maxlenght and size for an input box???? From: Joerg Heinicke <joerg.heinicke@xxxxxx> Date: Wed, 01 May 2002 13:31:36 +0200 |
<input type="text">
<xsl:attribute name="name">txtFaxofAddr</xsl:attribute>
<xsl:attribute name="value"><xsl:value-of select
="value"></xsl:value-of></xsl:attribute>
<xsl:attribute name="onBlur">'verifyText(this);'</xsl:attribute>
<xsl:attribute name="maxlength">"3"</xsl:attribute>
<xsl:attribute name="size">"3"</xsl:attribute>
</input>
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] How do i specify maxlengh, John Sands | Thread | Re: [xsl] How do i specify maxlengh, Jeni Tennison |
| Re: [xsl] How do i specify maxlengh, John Sands | Date | Re: [xsl] How do i specify maxlengh, Jeni Tennison |
| Month |