54 lines
1.2 KiB
XML
54 lines
1.2 KiB
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
|
|
<xlib_symbol id='xDeleteCookie'>
|
|
|
|
<copyright>Copyright 2001-2005 Michael Foster (Cross-Browser.com)</copyright>
|
|
<license>Part of X, a Cross-Browser Javascript Library, Distributed under the terms of the GNU LGPL</license>
|
|
<groups>
|
|
<grp>Cookie</grp>
|
|
</groups>
|
|
<type>Function</type>
|
|
|
|
<description><![CDATA[Delete a previously set cookie.]]></description>
|
|
|
|
<syntax>xDeleteCookie(name, path)</syntax>
|
|
|
|
<parameters>
|
|
<par>
|
|
<name>name</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
<par>
|
|
<name>path</name>
|
|
<note><![CDATA[]]></note>
|
|
</par>
|
|
</parameters>
|
|
|
|
<dependencies>
|
|
<dep>xGetCookie</dep>
|
|
</dependencies>
|
|
|
|
<demos>
|
|
<demo>
|
|
<url>http://cross-browser.com/toys/</url>
|
|
<note><![CDATA[Index of all X demos.]]></note>
|
|
</demo>
|
|
</demos>
|
|
|
|
<revisions>
|
|
<rev>
|
|
<num>4</num>
|
|
<date>27Jan05</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[Bug-fix from Jeff Rose.]]></note>
|
|
</rev>
|
|
<rev>
|
|
<num>3</num>
|
|
<date>2001</date>
|
|
<author>mf</author>
|
|
<note><![CDATA[initial implementation (based on code from Netscape Javascript Guide)]]></note>
|
|
</rev>
|
|
</revisions>
|
|
|
|
</xlib_symbol>
|