当武当山道士能结婚吗:response 未定义的错误

来源:百度文库 编辑:查人人中国名人网 时间:2024/04/30 05:08:46
建了个ASP页面
只写了如下代码:
<%response.write ("<b>cnbruce here</b>")%>
发布后显示:
Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/iisHelp/common/500-100.asp,行242

Microsoft JScript 运行时错误 错误 '800a1391'

'response' 未定义

/test/untitled.asp,行21

请问这是什么问题?
'response' 是如何定义的?

Microsoft JScript 运行时错误 错误 '800a1391' ???

你把代码贴全吧,你不是用 VBSCRIPT ?

<b><%response.write "cnbruce here"%></b> 这个样子写肯定就没问题了。试一下了

缺少 'End'

test/untitled.asp,行21

看看这行写的是什么,贴出来.