<?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: Getting relative form actions with javascript</title>
	<atom:link href="http://muffinresearch.co.uk/archives/2006/10/24/getting-relative-form-actions-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://muffinresearch.co.uk/archives/2006/10/24/getting-relative-form-actions-with-javascript/</link>
	<description>the personal blog of Stuart Colville covering modern web development techniques and best practices</description>
	<lastBuildDate>Mon, 21 May 2012 05:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Isofarro</title>
		<link>http://muffinresearch.co.uk/archives/2006/10/24/getting-relative-form-actions-with-javascript/comment-page-1/#comment-14099</link>
		<dc:creator>Isofarro</dc:creator>
		<pubDate>Wed, 01 Nov 2006 14:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://muffinresearch.co.uk/archives/2006/10/24/getting-relative-form-actions-with-javascript/#comment-14099</guid>
		<description>Good to know the relative URL on form action reacts the same way as the href attribute on links. I think this has to do with the difference between a node property (form.action), and a node attribute(form.getAttribute(&#039;action&#039;)).

Its handy way of dealing with relative URLs.</description>
		<content:encoded><![CDATA[<p>Good to know the relative URL on form action reacts the same way as the href attribute on links. I think this has to do with the difference between a node property (form.action), and a node attribute(form.getAttribute(&#8216;action&#8217;)).</p>
<p>Its handy way of dealing with relative URLs.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

