<%-- OnFocusイベントで関数を呼び出す --%> <asp:TextBox ID="TextBox1" textmode="MultiLine" runat="server" OnFocus="setMaxLength(this,100)"/> <%-- maxLength ...