请帮我用javascript写ASP!
下面我用vbscript写的一段ASP,请大虾帮我用javascript重新写一遍。不胜感激!<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>New Page 1</title>
</head>
<body>
<p>姓名:<%name1=request("name")%><%=name1%></p>
<p>性别:<%xingbie=request("xingbie1")%>
<%if xingbie="true" then
response.write"男"
else
response.write"女"
end if
%></p>
<p>省份:<%shengfen1=request("shengfen")%><%=shengfen1%></p>
<p>爱好:<%aihao1_1=request("aihao1")
aihao2_2=request("aihao2")%>
<%if aihao1_1="ON" then
response.write"电脑"
end if
if aihao2_2="ON" then
response.write" 看书"
end if
if (xingbie="true")AND(aihao1_1<>"ON")AND(aihao2_2<>"ON") then
response.write"他没有爱好!"
end if
if (xingbie<>"true")AND(aihao1_1<>"ON")AND(aihao2_2<>"ON") then
response.write"她没有爱好!"
end if
%>
</p>
</body>
</html>
最好是发进我的信箱!my address is:xinwlx@sina.com