<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Address Auto-Fill Ckeck Box</title>
	<atom:link href="http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/feed/" rel="self" type="application/rss+xml" />
	<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/</link>
	<description>Focused on Interactive Design, Development and Marketing</description>
	<lastBuildDate>Tue, 07 Feb 2012 08:42:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Linda</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-454</link>
		<dc:creator>Linda</dc:creator>
		<pubDate>Wed, 07 Apr 2010 14:59:44 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-454</guid>
		<description>I tried the code but when I click on the check box, the fields below do fill with the previous city and address. What am I doing wrong? Thanks</description>
		<content:encoded><![CDATA[<p>I tried the code but when I click on the check box, the fields below do fill with the previous city and address. What am I doing wrong? Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: josh</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-313</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 04 Aug 2009 07:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-313</guid>
		<description>Also, make sure that &#039;bill&#039; (or whatever you change it to) is the prefix to the names of your 2nd set of boxes.

to_el = f[&#039;bill&#039; fld_name[i ]];

if first set of boxes are named &#039;city&#039; and &#039;state&#039;
so 2nd set would be called &#039;billcity&#039; and &#039;billstate&#039;

also, make sure you put in your input names in here where &#039;city&#039; and &#039;state&#039; are:

var fld_name = new Array(&#039;city&#039; , &#039;state&#039;);




thanks for the code so i didnt have to write it myself!</description>
		<content:encoded><![CDATA[<p>Also, make sure that &#8216;bill&#8217; (or whatever you change it to) is the prefix to the names of your 2nd set of boxes.</p>
<p>to_el = f['bill' fld_name[i ]];</p>
<p>if first set of boxes are named &#8216;city&#8217; and &#8216;state&#8217;<br />
so 2nd set would be called &#8216;billcity&#8217; and &#8216;billstate&#8217;</p>
<p>also, make sure you put in your input names in here where &#8216;city&#8217; and &#8216;state&#8217; are:</p>
<p>var fld_name = new Array(&#8216;city&#8217; , &#8216;state&#8217;);</p>
<p>thanks for the code so i didnt have to write it myself!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: off1</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-149</link>
		<dc:creator>off1</dc:creator>
		<pubDate>Mon, 13 Apr 2009 20:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-149</guid>
		<description>You wrote productivaty ;)</description>
		<content:encoded><![CDATA[<p>You wrote productivaty <img src='http://newsourcemedia.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-127</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-127</guid>
		<description>The sample source code has a slight error.  Copy from the source code of the example page instead and it&#039;ll work fine!

to_el = f[&#039;bill&#039; fld_name[i ]]; // on this page

to_el = f[&#039;bill&#039; + fld_name[i++]]; // on working example page

</description>
		<content:encoded><![CDATA[<p>The sample source code has a slight error.  Copy from the source code of the example page instead and it&#039;ll work fine!</p>
<p>to_el = f[&#039;bill&#039; fld_name[i ]]; // on this page</p>
<p>to_el = f[&#039;bill&#039; + fld_name[i++]]; // on working example page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-128</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 04 Sep 2008 20:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-128</guid>
		<description>The sample source code has a slight error.  Copy from the source code of the example page instead and it&#039;ll work fine!

to_el = f[&#039;bill&#039; fld_name[i ]]; // on this page

to_el = f[&#039;bill&#039; + fld_name[i++]]; // on working example page

</description>
		<content:encoded><![CDATA[<p>The sample source code has a slight error.  Copy from the source code of the example page instead and it&#039;ll work fine!</p>
<p>to_el = f[&#039;bill&#039; fld_name[i ]]; // on this page</p>
<p>to_el = f[&#039;bill&#039; + fld_name[i++]]; // on working example page</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jhankar</title>
		<link>http://newsourcemedia.com/blog/address-auto-fill-ckeck-box/comment-page-1/#comment-76</link>
		<dc:creator>jhankar</dc:creator>
		<pubDate>Wed, 08 Sep 2004 20:49:19 +0000</pubDate>
		<guid isPermaLink="false">http://newsourcemedia.com/blog/2004/02/27/address-auto-fill-ckeck-box/#comment-76</guid>
		<description>hi;
i am facing aproblem when the fills the form by using googles auto fill feature.in my form i have a country drop down and based on that i am showing states.it&#039;s not working when the user comes from autofill is there any solution.plz let me know.
&quot;jhankar&quot;(j_rayjit@hotmail.com)</description>
		<content:encoded><![CDATA[<p>hi;<br />
i am facing aproblem when the fills the form by using googles auto fill feature.in my form i have a country drop down and based on that i am showing states.it&#8217;s not working when the user comes from autofill is there any solution.plz let me know.<br />
&#8220;jhankar&#8221;(j_rayjit@hotmail.com)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
