<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DailyInfoByte.com &#187; How to call Jsp page from Javascript</title>
	<atom:link href="http://dailyinfobyte.com/tag/how-to-call-jsp-page-from-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://dailyinfobyte.com</link>
	<description>Lets create a beautiful world!!</description>
	<lastBuildDate>Mon, 15 Aug 2011 05:54:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to call Jsp page from Javascript?</title>
		<link>http://dailyinfobyte.com/2009/07/01/how-to-call-jsp-page-from-javascript/</link>
		<comments>http://dailyinfobyte.com/2009/07/01/how-to-call-jsp-page-from-javascript/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 12:07:26 +0000</pubDate>
		<dc:creator>Dreamer</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[How to call Jsp page from Javascript]]></category>
		<category><![CDATA[javascript window.location.href]]></category>
		<category><![CDATA[window.location.href usage]]></category>

		<guid isPermaLink="false">http://www.dailyinfobyte.com/?p=196</guid>
		<description><![CDATA[We can call JSP page from JavaScript using the property window.location.href. Example: Hello.html: &#60;html&#62; &#60;head&#62; &#60;title&#62;Add Faulty Phones&#60;/title&#62; &#60;script type=&#8221;text/javascript&#8221;&#62; function changeLocation() { window.location.href =&#8217;hello.jsp?name=John&#8217;; } &#60;/script&#62; &#60;/head&#62; &#60;body&#62; &#60;form method=get&#62; &#60;INPUT TYPE=BUTTON ONCLICK=&#8221;changeLocation()&#8221; VALUE=&#8221;Click&#8221;&#62; &#60;/form&#62; &#60;/html&#62; Note: &#8220;window.location.href = &#8216;download.jsp&#8217;?name=john;&#8221; where download.jsp is jsp file, name is parameter name and john is parameter value. hello.jsp: &#60;center&#62;Hello &#60;%=requset.getParameter(&#8220;name&#8221;)%&#62; &#60;/center&#62;]]></description>
		<wfw:commentRss>http://dailyinfobyte.com/2009/07/01/how-to-call-jsp-page-from-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

