(20分)如何用 cookie 去記錄文字方塊及文字區域裏的文字?

2006-11-26 7:46 am
我做了一個網頁,我想問如何用 cookie 去記錄文字方塊及文字區域裏的文字?

回答 (2)

2006-11-26 11:16 am
✔ 最佳答案
你想從哪一種Programing Language 去使用cookie? e.g. JSP? PHP? ASP?
以下是ASP既做法:
<br>


<table BORDER="2">
<thead>
Cookie Name
Cookie Value
Delete Cookie
</thead>
&lt;%
Dim Item

&#39; Loop through the cookie collection displaying each cookie we find
For Each Item in Request.Cookies
%&gt;
<tr>
<td>&lt;% = Item %&gt;</td>
<td>&lt;% = Request.Cookies(Item) %&gt;</td>
<td><a rel="nofollow">Delete this cookie!</a></td>
</tr>
&lt;%
Next
%&gt;
</table>



<table BORDER="0" CELLSPACING="0" CELLPADDING="0">
<tr>
<td>Cookie Name:</td>
<td>Cookie Value:</td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
2006-11-26 6:12 pm
虛擬cookie — 是網站可以在您的電腦上建立的小型文字檔,用來儲存它所收集到的有關您瀏覽 ... 在[隱私權報告] 方塊中,按一下想要審閱其隱私權政策的網站,然後按一下[摘要] 按鈕。 有時候,您可能會收到要您直接連絡 ...
www.microsoft.com/hk/windows/ chinese/ie/using/howto/privacy/config.mspx

到資訊方塊列中自訂資訊方塊列可以用HTML 或XUL 實作,或是從遠端站台上安裝。 ... Cookie 管理員可讓你個別地刪除cookies,而不用去搜尋你的檔案系統。在IE 的檔案檢視中,要去區別類似網域的cookie 會有些困難,並且相同網域的 ...
blog.cyberjos.idv.tw/space/101thingsMozilla

Web developer 讓您可以隨意停用cache、cookies、圖片、圖片動畫、Java、Javascript......諸多網頁元素、自訂/編輯CSS、改變 ... Search Station 讓您可以利用資訊方塊列(側邊列)翻譯多國語言文字。缺點(其實應該說是優點)是此套件另外還包含一個搜尋側邊 ...
forum.moztw.org/viewtopic.php?t=6747& postdays=0&postorder=asc&highlight=adblock&start=0
參考: www.microsoft.com/hk/windows/chinese/ie/using/howto/privacy/config.mspx, blog.cyberjos.idv.tw/space/101thingsMozilla


收錄日期: 2021-04-19 16:13:41
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20061125000051KK05733

檢視 Wayback Machine 備份