0
XSLT如果複選框被點擊的禁用文本框XSLT如果複選框被點擊的禁用文本框
<TD colspan="2">
<input type="checkbox" name="City$store1$" onclick="SetBonPerAcre(this)" TabIndex="19">
<xsl:if test="City/@store1=1">
<xsl:attribute name="checked"></xsl:attribute>
</xsl:if>
</input>fee      
<input type="text" id="1001" maxlength="100" value="{City/@RE}"></input>
<input type="text" id="1002" maxlength="100" value="{City/@E}"></input>
</TD>
如果選中複選框我想禁用ID爲1001和1002