两个人的车站迅雷下载:VBScript 编译器错误 0x800A0408怎么解决?

来源:百度文库 编辑:中科新闻网 时间:2024/05/15 18:23:35
语句如下
<html>
<head>
<TITLE>ifrespond.asp< /TITLE>
</head>
<% fname=request.querystring("Firstname")
lname=request.querystring("Lastname")
If fname="George" and lname="Washington" then %>
Hi.You must be the first president!
<% else %>
Hi!Nice to Meet You
<%end if %>
</body>
</html>

请问怎么只有半个</body>
程序本身没有什么错误

我刚才看了看,是不是你上面加个<body>就行了?