

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > JavaScript Forum : Topics : Help with cookies</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Tue, 24 Nov 2009 03:34:59 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > JavaScript Forum : Topics : Help with cookies</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL-v2/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>Re: Help with cookies</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=52048#p52048</link>
				<description><![CDATA[I figured it out, I was calling the variable by its name, and not its ID.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=16611">mcbc</a> &bull; on Wed Jun 03, 2009 10:12 pm &bull; Replies 1 &bull; Views 376</p><hr />]]></description>
					<content:encoded><![CDATA[I figured it out, I was calling the variable by its name, and not its ID.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[16611]]></dc:creator>
			<dc:date>2009-06-05T18:13:56+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=52048#p52048</guid>
		</item>
			<item>
			<title>Help with cookies</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=52001#p52001</link>
				<description><![CDATA[  Hello I have the following code, and I can not get it to work correctly.
Any help would be greatly appreciated. <br />[code] <br /><SCRIPT
LANGUAGE="JavaScript"><br /><!--<br />function
SetCookie(cookieName,cookieValue,nDays) {<br /> var today = new Date();<br
/> var expire = new Date();<br /> if (nDays==null || nDays==0) nDays=1;<br
/> expire.setTime(today.getTime() + 3600000*24*nDays);<br />
document.cookie = cookieName+"="+escape(cookieValue)<br />                
+ ";expires="+expire.toGMTString()+<br />				
'path=/;domain=can-labels.com';<br />}<br />//--><br /></SCRIPT><br />
<form name="frmMCQuotes" id="frmMCQuotes" action="feedback.php"
method="post" ><br /><table><br /><tr><br />      <td width="77"><span
class="style5"><b> City:</b></span></td><br />      <td width="263"><input
type="text" name="Shipping-City" id="txtCityShip" size="20"
maxlength="20&qu[/code]...<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=16611">mcbc</a> &bull; on Wed Jun 03, 2009 10:12 pm &bull; Replies 1 &bull; Views 376</p><hr />]]></description>
					<content:encoded><![CDATA[  Hello I have the following code, and I can not get it to work correctly.
Any help would be greatly appreciated. <br />[code] <br /><SCRIPT
LANGUAGE="JavaScript"><br /><!--<br />function
SetCookie(cookieName,cookieValue,nDays) {<br /> var today = new Date();<br
/> var expire = new Date();<br /> if (nDays==null || nDays==0) nDays=1;<br
/> expire.setTime(today.getTime() + 3600000*24*nDays);<br />
document.cookie = cookieName+"="+escape(cookieValue)<br />                
+ ";expires="+expire.toGMTString()+<br />				
'path=/;domain=can-labels.com';<br />}<br />//--><br /></SCRIPT><br />
<form name="frmMCQuotes" id="frmMCQuotes" action="feedback.php"
method="post" ><br /><table><br /><tr><br />      <td width="77"><span
class="style5"><b> City:</b></span></td><br />      <td width="263"><input
type="text" name="Shipping-City" id="txtCityShip" size="20"
maxlength="20&qu[/code]...]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=49"><![CDATA[JavaScript Forum]]></category>
			<dc:creator><![CDATA[16611]]></dc:creator>
			<dc:date>2009-06-03T22:12:22+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=52001#p52001</guid>
		</item>
	
	</channel>
</rss>