View Source
Go Back to /jang/books/asp/example/response/cookie02.asp
<%@Language=JScript%>
<%  Response.buffer = false %>
<%  title = "產生錯誤的 Cookie 使用範例" %>
<!--#include file="../head.inc"-->
<hr>

<p>這是網頁內容。
<p><!--#include file="../foot.inc"-->
<p>以下嘗試修改表頭資訊,將造成錯誤...
<%  Response.Cookies("xyz") = "abc"; %>

<hr>
<!--#include file="../foot.inc"-->