大家可以来看看这段ASP代码的错误好吗

来源:百度知道 编辑:UC知道 时间:2024/06/03 05:16:13
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<body>
<%
response.Write("我是hehe,我知道你叫"&request.Form("name"))
if request.Form("sex"="男" then
response.Write("而且你是一个超级大帅GG哦")
else
response.Write("而且你是一个超级漂亮的MM哦")
end if
%>

<form id="name" name="name" method="post" action="">
<p class="STYLE2">姓名
<label></label>
<label></label>
<label>
<input type="text" name="textfield">
</label>
</p>
<p class="STYLE2">年龄
<label></label>
<label>
<input type="text">
</label>
</p>
<p class="STYLE2">性别
<label>
<input ty

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<body>
<%
response.Write"我是hehe,我知道你叫"&request.Form("name")
if request.Form("sex")="男" then
response.Write"而且你是一个超级大帅GG哦"
else
response.Write"而且你是一个超级漂亮的MM哦"
end if
%>

<form id="name" name="name" method="post" action=" .asp">
<p class="STYLE2">姓名
<label></label>
<label></label>
<label>
<input type="text" name="name">
</label>
</p>
<p class="STYLE2">年龄
<label></label>
<label>
<input type="text">
</label>
</p>
<p class="STYLE2">性别
<label>
<input type="radio" name="s