日期:2014-05-16  浏览次数:20806 次

新手求帮助——编译错误?何解??
提示编译错误
<%@LANGUAGE="javascript"%>		
<%  var name_=new String(Request.Form("user_input"))
var sex_=new String(Request.Form("sex"))
var age_=new String(Request.Form("age"))
var school_=new String(Request.Form("school"))
var zhuanye_=new String(Request.Form("zhuanye"))
var work_=new String(Request.Form("work"))
var money_=new String(Request.Form("money"))
var myself_=new String(Request.Form("myself"))
%>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=GB2312"></meta>
<meta http-equiv="refresh" content="60"></meta>
<meta name="author" content="RainLover"></meta>
<meta name="copyright" content="RainLover Reserved"></meta>
<meta name="build" content="2012.12.12"></meta>
<meta name="keywords" content="网络管理系统"></meta>
<meta name="discription" content="网络管理系统"></meta>
<title>返回信息</title>
</head>
<body>
<p>
您输入的姓名:<%=name_%></br>
您的性别:<%=sex_%></br>
您的年龄:<%=age_%></br>
您的学校:<%=school_%></br>
您的专业:<%=zhuanye_%></br>
期望的工作:<%=work_%></br>
期望的薪资:<%=money_%></br>
自我评价:<%=myself_%>
</p>
</body>
</html>

全部代码
<html>
<head>
<title>网络管理系统</title>
<meta http-equiv="content-type" content="text/html;charset=GB2312">
<meta http-equiv="refresh" content="60">
<meta name="author" content="RainLover">
<meta name="copyright" content="RainLover Reserved">
<meta name="build" content="2012.12.12">
<meta name="keywords" content="网络管理系统">
<meta name="discription" content="网络管理系统">
<link rel="stylesheet" type="text/css" href="test.css">
<!--
<style type="text/JavaScript" src="">
-->
</head>
<body>
<form class="user" method="post" enctype="multipart/form-data" action="process.aspx">
<table width="600" cellspacing="1" cellpadding="10" align="center" >
<caption align="center" class="user_info" >个人信息登记表</caption>
<tr>
<td class="user_info" name="user_info">用户名:</td>
<td><input name="user_input" type="text"></input></td>
</tr>
<tr>
<td class="user_info">性别:</td>
<td>
<input type="radio" name="sex" value="男" checked="checked">男</input>
<input type="radio" name="sex" value="女">女</input>
</td>
</tr>
<tr>
<td class="user_info" name="age">年龄:</td>
<td>
<select name="age">
<option value="0~15">0~15岁</option>
<option value="16~18">16~18岁</option>
<option value="19~25">19~25岁</option>
<option value="26~35">26~35岁</option>
<option