View Source
Go Back to /jang/books/asp/example/response/cookie04.asp
<%@Language=JScript%>
<%  Response.buffer = true; %>
<%  title = "「產生錯誤的 Cookie 使用範例」的修正法二" %>
<!--#include file="../head.inc"-->
<hr>

<p>這是網頁內容。
<%  Response.Cookies("xyz") = "abc"; %>

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