<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%
Dim go
go=request(go)
If go=doing then
Dim guess
guess=Trim(request(text1))
If Len(guess)>0 then%>
<script language="vbscript">
MsgBox ("你的输入为:"&guess)
</script>
<%Else%>
<script language="vbscript">
MsgBox("你的输入不能为空")
</script>
<%End If
else
%>