帮忙看一下,为什么报错,在线等!谢谢
<HTML>
<HEAD>
<title> WebForm1 </title>
<META http-equiv= "Content-Type " content= "text/html; charset=gb2312 ">
<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 ">
</HEAD>
<body MS_POSITIONING= "GridLayout ">
<form method= "post ">
<select name= "sele " id= "sele ">
<option selected> red </option>
<option> blue </option>
<option> green </option>
</select>
<input type= "submit " value= "确定 " runat= "server " ID= "Submit1 " NAME= "Submit1 ">
</form>
<div>
<font color= " <%=request.form( 'sele ')%> "> you selected color: <%=request.form( "sele ")%> </font> </div>
</body>
</HTML>
------解决方案--------------------什么错误,描述的具体一点
------解决方案--------------------把这个页面关了再编译就OK了,这是因为你的一些写法不符合W3C标准造成的