<?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>s2sgateway &#187; Javascript</title>
	<atom:link href="http://s2sgateway.com/category/javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://s2sgateway.com</link>
	<description>Practical Learning of Programming languages such us j2ee,java,jsp</description>
	<lastBuildDate>Sat, 21 Jan 2012 18:55:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Solving the c:\fakepath problem/upload problem easily</title>
		<link>http://s2sgateway.com/jsp/solving-the-cfakepath-problemupload-problem-easily/</link>
		<comments>http://s2sgateway.com/jsp/solving-the-cfakepath-problemupload-problem-easily/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 09:22:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[c:\fakepath error]]></category>
		<category><![CDATA[file uploading problem in jsp]]></category>
		<category><![CDATA[file uploading problem in servlet]]></category>
		<category><![CDATA[how to add trusted site in internet explorer 8]]></category>
		<category><![CDATA[how to add trusted sites in firefox]]></category>
		<category><![CDATA[how to upload file in jsp]]></category>
		<category><![CDATA[how to upload file in servlet]]></category>
		<category><![CDATA[how to upload in jsp]]></category>
		<category><![CDATA[passing parameters in jsp]]></category>
		<category><![CDATA[passing values in jsp]]></category>
		<category><![CDATA[printing values in jsp]]></category>
		<category><![CDATA[real path not pass in jsp]]></category>
		<category><![CDATA[real path problem in jsp]]></category>
		<category><![CDATA[uploading failed in jsp]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=420</guid>
		<description><![CDATA[There is a situation when you want to get the string that is returned by the value attribute of a file upload input &#60;input type=&#8221;file&#8221; name=&#8221;upload&#8221;/&#62; under Internet Explorer 8?But the desired full path is not passing in the parameters only name of the file is passing,When you put a simple javascript ie onclick the [...]<p><a href="http://s2sgateway.com/jsp/solving-the-cfakepath-problemupload-problem-easily/">Solving the c:\fakepath problem/upload problem easily</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[<p>There is a situation when you want to get the string that is returned by the value attribute of a file upload input &lt;input type=&#8221;file&#8221; name=&#8221;upload&#8221;/&gt; under Internet Explorer 8?But the desired full path is not passing in the parameters only name of the file is passing,When you put a simple javascript ie onclick the browse button and get the value in javascript document.form.upload.value and alert the value then you get alert value as &#8220;c:\fakepath&#8221; <br />
Actually This is because of changes in W3C the real path to the file will be shown only if the page that contains the control is added to the trusted sites collection of the browser</p>
<h4>solution for internet explorer</h4>
<p>Go to tools ->internet options->security->trusted sites->sites->Enter<br />
http://localhost ->click add and<br />
uncheck require https </p>
<h4>solution for firefox>h4><br />
Go to tools->options->security->Exceptions->add the site http://localhost as trusted site<br />
Now you get the exact values in the upload attribute.?Happy coding</p>
<p><a href="http://s2sgateway.com/jsp/solving-the-cfakepath-problemupload-problem-easily/">Solving the c:\fakepath problem/upload problem easily</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/jsp/solving-the-cfakepath-problemupload-problem-easily/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Print a particular area of a page using javascript</title>
		<link>http://s2sgateway.com/java/print-a-particular-area-of-a-page-using-javascript/</link>
		<comments>http://s2sgateway.com/java/print-a-particular-area-of-a-page-using-javascript/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 18:20:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[calling javascript in jsp]]></category>
		<category><![CDATA[how to print particular place using javascript]]></category>
		<category><![CDATA[print a page using javascript]]></category>
		<category><![CDATA[print all values in jsp]]></category>
		<category><![CDATA[printing in jsp]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=295</guid>
		<description><![CDATA[Print a particular area of a page using javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/java/print-a-particular-area-of-a-page-using-javascript/">Print a particular area of a page using javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Print a particular area of a page using javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/java/print-a-particular-area-of-a-page-using-javascript/">Print a particular area of a page using javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/java/print-a-particular-area-of-a-page-using-javascript/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>linking two or more pages from radio button using javascript</title>
		<link>http://s2sgateway.com/jsp/linking-two-or-more-pages-from-radio-button-using-javascript/</link>
		<comments>http://s2sgateway.com/jsp/linking-two-or-more-pages-from-radio-button-using-javascript/#comments</comments>
		<pubDate>Sat, 10 Oct 2009 16:12:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jsp]]></category>
		<category><![CDATA[calling function in javascript]]></category>
		<category><![CDATA[redirect in jsp]]></category>
		<category><![CDATA[redirect page using javascript]]></category>
		<category><![CDATA[redirect page using onchange function]]></category>
		<category><![CDATA[redirect page using radio button]]></category>
		<category><![CDATA[using window.open in javascript]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=272</guid>
		<description><![CDATA[linking two or more pages from radio button using javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/jsp/linking-two-or-more-pages-from-radio-button-using-javascript/">linking two or more pages from radio button using javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[linking two or more pages from radio button using javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/jsp/linking-two-or-more-pages-from-radio-button-using-javascript/">linking two or more pages from radio button using javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/jsp/linking-two-or-more-pages-from-radio-button-using-javascript/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Display current time and date in your Jsp page</title>
		<link>http://s2sgateway.com/jsp/display-current-time-and-date-in-your-jsp-page/</link>
		<comments>http://s2sgateway.com/jsp/display-current-time-and-date-in-your-jsp-page/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 06:50:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Jsp]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=269</guid>
		<description><![CDATA[Display current time and date in your Jsp page is a post from: s2sgateway<p><a href="http://s2sgateway.com/jsp/display-current-time-and-date-in-your-jsp-page/">Display current time and date in your Jsp page</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[Display current time and date in your Jsp page is a post from: s2sgateway<p><a href="http://s2sgateway.com/jsp/display-current-time-and-date-in-your-jsp-page/">Display current time and date in your Jsp page</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/jsp/display-current-time-and-date-in-your-jsp-page/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>how to check value is number or not using Javascript</title>
		<link>http://s2sgateway.com/javascript/how-to-check-value-is-number-or-not-using-javascript/</link>
		<comments>http://s2sgateway.com/javascript/how-to-check-value-is-number-or-not-using-javascript/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 05:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://s2sgateway.com/?p=261</guid>
		<description><![CDATA[how to check value is number or not using Javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/javascript/how-to-check-value-is-number-or-not-using-javascript/">how to check value is number or not using Javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></description>
			<content:encoded><![CDATA[how to check value is number or not using Javascript is a post from: s2sgateway<p><a href="http://s2sgateway.com/javascript/how-to-check-value-is-number-or-not-using-javascript/">how to check value is number or not using Javascript</a> is a post from: <a href="http://s2sgateway.com">s2sgateway</a></p>
]]></content:encoded>
			<wfw:commentRss>http://s2sgateway.com/javascript/how-to-check-value-is-number-or-not-using-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>


