原文:小山 http://www.cnblogs.com/singlepine/archive/2005/10/31/265807.html方法一:弹出对话框提示1.html代码 <HTML> <HEAD> <title>WebForm6</title> <meta name="GENERATOR" Content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" Content="C#"> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">> 2.cs代码 private void Page_Load(object sender, System.EventArgs e) } 方法二:限制用户继续输入 <HEAD> <!-- TWO STEPS TO INSTALL LIMIT TEXTAREA: 1. Copy the coding into the HEAD of your HTML document 2. Add the last code into the BODY of your HTML document --> <!-- STEP ONE: Paste this code into the HEAD of your HTML document -->> 相关文章: