![]() |
![]() | ![]() | ![]() | Altova Mailing List Archives>Archive Index >xsl-list Archive Home >Recent entries >Thread Prev - [xsl] How do i specify maxlenght and size for an input box???? [Thread Next] Re: [xsl] How do i specify maxlenght and size for an input box????To: Date: 5/1/2002 3:10:00 AM > The size does'nt appear
> neither the maxlenght.
> <xsl:attribute name="name">txtFaxofAddr</xsl:attribute>
> <xsl:attribute name="maxlength">"3"</xsl:attribute>
> <xsl:attribute name="size">"3"</xsl:attribute>
The double quotes around the values are not needed (the same way
you've done the name attribute):
<xsl:attribute name="name">txtFaxofAddr</xsl:attribute>
<xsl:attribute name="maxlength">3</xsl:attribute>
<xsl:attribute name="size">3</xsl:attribute>
Hope this helps,
John
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list | ![]() | ![]() | ![]() |
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | |||||
|
