I have my text box in html
:
<asp:TextBox ID="TextBox1" runat="server" TextMode="MultiLine" Height="200px" Width="1000px" BackColor=""></asp:TextBox>
and I want to assign the value to a variable that I have in Javascript
:
var nombre1 =