JS(select联动text)
要实现选择人民币,TextBox的Text=1,选择美元TextBox的Text=8.2<asp:DropDownListID="CurrType"runat="serv...
要实现选择人民币,TextBox的Text=1,选择美元TextBox的Text=8.2
<asp:DropDownList ID="CurrType" runat="server" Width="51px">
<asp:ListItem Value="1">人民币</asp:ListItem>
<asp:ListItem Value="8.1">美元</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="sss" runat="server" Width="88px"></asp:TextBox> 展开
<asp:DropDownList ID="CurrType" runat="server" Width="51px">
<asp:ListItem Value="1">人民币</asp:ListItem>
<asp:ListItem Value="8.1">美元</asp:ListItem>
</asp:DropDownList>
<asp:TextBox ID="sss" runat="server" Width="88px"></asp:TextBox> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询