<?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: Submit HTML form using Java</title>
	<atom:link href="http://kspace.in/blog/2008/05/30/submit-html-form-using-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/</link>
	<description>---------------------------------------------</description>
	<lastBuildDate>Tue, 17 Nov 2009 11:18:48 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: forms</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/comment-page-1/#comment-31253</link>
		<dc:creator>forms</dc:creator>
		<pubDate>Tue, 17 Nov 2009 11:18:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/#comment-31253</guid>
		<description>thanks for the script... it will be great! http://www.forms.com/
&lt;a href=&quot;http://www.forms.com/search.html?PLUCKsearchTerm=HTML%20Forms&amp;PLUCKwhichPage=relatedAdLinks&quot; rel=&quot;nofollow&quot;&gt;html Forms&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>thanks for the script&#8230; it will be great! <a href="http://www.forms.com/" rel="nofollow">http://www.forms.com/</a><br />
<a href="http://www.forms.com/search.html?PLUCKsearchTerm=HTML%20Forms&amp;PLUCKwhichPage=relatedAdLinks" rel="nofollow">html Forms</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/comment-page-1/#comment-1138</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Wed, 25 Jun 2008 17:17:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/#comment-1138</guid>
		<description>@shail123

You have to replace the URL addresss in the above program at line 16
  &gt;&gt;&gt;  URL url = new URL( &quot;http://www.aaaa.com/xyz.asp&quot; );

and if you notice line 26 in program, you can pass param name and variables.. 
  &gt;&gt;&gt; ps.print(&quot;param1=abcd&amp;param2=10341&quot;);

for your case, param1 is name and param2 is descrip. similarly with values.</description>
		<content:encoded><![CDATA[<p>@shail123</p>
<p>You have to replace the URL addresss in the above program at line 16<br />
  >>>  URL url = new URL( &#8220;http://www.aaaa.com/xyz.asp&#8221; );</p>
<p>and if you notice line 26 in program, you can pass param name and variables..<br />
  >>> ps.print(&#8221;param1=abcd&#038;param2=10341&#8243;);</p>
<p>for your case, param1 is name and param2 is descrip. similarly with values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shail123</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/comment-page-1/#comment-1137</link>
		<dc:creator>shail123</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:44:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/#comment-1137</guid>
		<description>Hi ,
     I have an URL http://www.something.com/test.asp
I want to post key and values to this URL...
ie if i want to pass the values name=abc
and descrip=testing it should give a response for the same

pls advice me on the same

Thanks and Regards,</description>
		<content:encoded><![CDATA[<p>Hi ,<br />
     I have an URL <a href="http://www.something.com/test.asp" rel="nofollow">http://www.something.com/test.asp</a><br />
I want to post key and values to this URL&#8230;<br />
ie if i want to pass the values name=abc<br />
and descrip=testing it should give a response for the same</p>
<p>pls advice me on the same</p>
<p>Thanks and Regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shail123</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/comment-page-1/#comment-1136</link>
		<dc:creator>shail123</dc:creator>
		<pubDate>Wed, 25 Jun 2008 16:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/#comment-1136</guid>
		<description>Hey can i know how to execute this ...i tried with my relative URL...i wanted to know where actually you send data ie where do i post the data

pls help me

thanks and regards,</description>
		<content:encoded><![CDATA[<p>Hey can i know how to execute this &#8230;i tried with my relative URL&#8230;i wanted to know where actually you send data ie where do i post the data</p>
<p>pls help me</p>
<p>thanks and regards,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kunal</title>
		<link>http://kspace.in/blog/2008/05/30/submit-html-form-using-java/comment-page-1/#comment-894</link>
		<dc:creator>Kunal</dc:creator>
		<pubDate>Mon, 02 Jun 2008 08:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.kspace.in/blog/2008/05/30/submit-html-form-using-java/#comment-894</guid>
		<description>@Ranganath

Not yet. I used SGML parser ( written in VB .NET ) for discovering feeds during our college project. 


@PC

Way to go! :)</description>
		<content:encoded><![CDATA[<p>@Ranganath</p>
<p>Not yet. I used SGML parser ( written in VB .NET ) for discovering feeds during our college project. </p>
<p>@PC</p>
<p>Way to go! <img src='http://kspace.in/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

