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
新聞熱點
疑難解答