Response对象与一个HTTP响应相响应,通过该对象的属性和方法可以控制如何将服务器的数据发送到客户端浏览器。
在ASP脚本中使用Response对象时,遵循以下语法格式:
Response.集合名
Response.属性名
Response.方法名
=================示例===========================
< %@ language=”vbscript” codepage=”936″%>
< %
Response.Buffer=True
Response.Write “<html>”
Response.Write “<head>”
Response.Write “<title>Response.Write方法应用示例</title>”
Response.Write “<style type=text/css>”
Response.Write “<!– .style1{font-family:宋体;font-size:9pt} –>”
Response.Write “</style>”
Response.Write “<body>”
Response
新闻热点
疑难解答