<?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: Changing a form submit url with javascript</title>
	<atom:link href="http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/</link>
	<description>WebDevelopment</description>
	<lastBuildDate>Thu, 26 Jan 2012 03:33:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Durgesh</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-435</link>
		<dc:creator>Durgesh</dc:creator>
		<pubDate>Fri, 04 Nov 2011 08:10:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-435</guid>
		<description>thanks ,Good Example </description>
		<content:encoded><![CDATA[<p>thanks ,Good Example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aj</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-426</link>
		<dc:creator>Aj</dc:creator>
		<pubDate>Tue, 29 Mar 2011 11:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-426</guid>
		<description>gr8</description>
		<content:encoded><![CDATA[<p>gr8</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Breast Enlargement Methods</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-233</link>
		<dc:creator>Breast Enlargement Methods</dc:creator>
		<pubDate>Thu, 07 Oct 2010 11:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-233</guid>
		<description>I wanna find more info about this, anybody could?</description>
		<content:encoded><![CDATA[<p>I wanna find more info about this, anybody could?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corscaria</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-228</link>
		<dc:creator>Corscaria</dc:creator>
		<pubDate>Mon, 25 Jan 2010 00:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-228</guid>
		<description>a use i found for form.action is to force form submits to use https&lt;br&gt;example:&lt;br&gt;document.form.action = document.form.action.replace(&quot;http&quot;,&quot;https&quot;);&lt;br&gt;&lt;br&gt;if your url specifies a custom port (to get past port blocking ISPs), you will need to change the port number to your https port&lt;br&gt;example:&lt;br&gt;document.form.action = document.form.action.replace(&quot;http&quot;,&quot;https&quot;).replace(&quot;:8080&quot;,&quot;:4330&quot;);</description>
		<content:encoded><![CDATA[<p>a use i found for form.action is to force form submits to use https<br />example:<br />document.form.action = document.form.action.replace(&#8220;http&#8221;,&#8221;https&#8221;);</p>
<p>if your url specifies a custom port (to get past port blocking ISPs), you will need to change the port number to your https port<br />example:<br />document.form.action = document.form.action.replace(&#8220;http&#8221;,&#8221;https&#8221;).replace(&#8220;:8080&#8243;,&#8221;:4330&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Corscaria</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-412</link>
		<dc:creator>Corscaria</dc:creator>
		<pubDate>Sun, 24 Jan 2010 19:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-412</guid>
		<description>a use i found for form.action is to force form submits to use https
example:
document.form.action = document.form.action.replace(&quot;http&quot;,&quot;https&quot;);

if your url specifies a custom port (to get past port blocking ISPs), you will need to change the port number to your https port
example:
document.form.action = document.form.action.replace(&quot;http&quot;,&quot;https&quot;).replace(&quot;:8080&quot;,&quot;:4330&quot;);</description>
		<content:encoded><![CDATA[<p>a use i found for form.action is to force form submits to use https<br />
example:<br />
document.form.action = document.form.action.replace(&#8220;http&#8221;,&#8221;https&#8221;);</p>
<p>if your url specifies a custom port (to get past port blocking ISPs), you will need to change the port number to your https port<br />
example:<br />
document.form.action = document.form.action.replace(&#8220;http&#8221;,&#8221;https&#8221;).replace(&#8220;:8080&#8243;,&#8221;:4330&#8243;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thietke123</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-225</link>
		<dc:creator>thietke123</dc:creator>
		<pubDate>Wed, 17 Dec 2008 13:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-225</guid>
		<description>add link</description>
		<content:encoded><![CDATA[<p>add link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thietke123</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-227</link>
		<dc:creator>thietke123</dc:creator>
		<pubDate>Wed, 17 Dec 2008 13:35:47 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-227</guid>
		<description>add link</description>
		<content:encoded><![CDATA[<p>add link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thietke123</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-382</link>
		<dc:creator>thietke123</dc:creator>
		<pubDate>Wed, 17 Dec 2008 07:35:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-382</guid>
		<description>add link</description>
		<content:encoded><![CDATA[<p>add link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onboom</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-224</link>
		<dc:creator>Onboom</dc:creator>
		<pubDate>Wed, 03 Dec 2008 14:59:37 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-224</guid>
		<description>The Best shoes manufacturer in Vietnam. We provide: Vietnam shoes, Beach sandals, sport sandals, eva slipper, Vietnam shoes manufacturer, Sandals shoes, Vietnam eva slipper, Sport beach sandals.</description>
		<content:encoded><![CDATA[<p>The Best shoes manufacturer in Vietnam. We provide: Vietnam shoes, Beach sandals, sport sandals, eva slipper, Vietnam shoes manufacturer, Sandals shoes, Vietnam eva slipper, Sport beach sandals.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Onboom</title>
		<link>http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-232</link>
		<dc:creator>Onboom</dc:creator>
		<pubDate>Wed, 03 Dec 2008 08:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://netfactory.dk/2007/09/28/changing-a-form-submit-url-with-javascript/#comment-232</guid>
		<description>The Best shoes manufacturer in Vietnam. We provide: Vietnam shoes, Beach sandals, sport sandals, eva slipper, Vietnam shoes manufacturer, Sandals shoes, Vietnam eva slipper, Sport beach sandals.</description>
		<content:encoded><![CDATA[<p>The Best shoes manufacturer in Vietnam. We provide: Vietnam shoes, Beach sandals, sport sandals, eva slipper, Vietnam shoes manufacturer, Sandals shoes, Vietnam eva slipper, Sport beach sandals.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic

Served from: netfactory.dk @ 2012-02-11 00:00:30 -->
