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

<p>這是網頁內容。

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