

<rss version="2.0"
	xmlns:atom="http://www.w3.org/2005/Atom" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:admin="http://webns.net/mvcb/"
	xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
		
	<channel>
		<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
	<!--<atom:link href="http://www.devppl.com/forum" rel="self" type="application/rss+xml" />-->
		<description>TOGETHER WE ARE THE BEST</description>
		<link>http://www.devppl.com/forum</link>
		<language>en-gb</language>
		<pubDate>Tue, 17 Aug 2004 14:07:13 +0100</pubDate>
		<lastBuildDate>Sat, 21 Nov 2009 12:20:42 +0000</lastBuildDate>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<generator>MSSTI v0.0.1 - (C) 2008 leviatan21 - http://www.mssti.com/</generator>
		<copyright>Copyright : (c) RSS Feeds :: DEVPPL - Tue, 17 Aug 2004 14:07:13 +0100</copyright>
		<dc:creator>webmaster@devppl.com (DEVPPL)</dc:creator>

		<image>
			<title>RSS Feeds :: DEVPPL - Forums > Script-archive</title>
			<url>http://www.devppl.com/forum/styles/DEVPPL/imageset/site_logo.gif</url>
			<link>http://www.devppl.com/forum</link>
		</image>
		<ttl>60</ttl>
		
		<item>
			<title>STOP BEEP SOUND WHILE SUBMITTING FORM</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=53164#p53164</link>
				<description><![CDATA[I have many controls on my form, when i use enter key to submit the form i
get beep sound however submit works fine, please let me know how to stop
that beep sound also i am not using type="submit", instead onclick is used
when user clicks form gets submitted. While click no problem everything is
fine but on ENTER key press beep sound comes.<br />Below is code i am
using<br /><br />function catchEnter(e)<br /> {<br />if (!e) var e =
window.event;<br />if (e.keyCode) code = e.keyCode;<br />else if (e.which)
code = e.which;<br /><br />if (code==13) <br />{<br
/>//alert(document.filterForm.from_date.value);<br />//return
validateDate(document.filterForm.from_date);<br
/>if(validateDate(document.filterForm.from_date))<br />{<br />return
SubmitPage('NU');<br />}<br />else<br />{<br />alert("false");<br />}<br
/>//alert(return validateDate(document.filterForm.from_date));<br
/>//document.forms[0].onsubmit = returnFalse;<br />//QuickSearch();<br
/>return true;<br />}<br />return ;<br />}<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=44618">vsharma1926</a> &bull; on Tue Aug 18, 2009 9:36 am &bull; Replies 0 &bull; Views 1773</p><hr />]]></description>
					<content:encoded><![CDATA[I have many controls on my form, when i use enter key to submit the form i
get beep sound however submit works fine, please let me know how to stop
that beep sound also i am not using type="submit", instead onclick is used
when user clicks form gets submitted. While click no problem everything is
fine but on ENTER key press beep sound comes.<br />Below is code i am
using<br /><br />function catchEnter(e)<br /> {<br />if (!e) var e =
window.event;<br />if (e.keyCode) code = e.keyCode;<br />else if (e.which)
code = e.which;<br /><br />if (code==13) <br />{<br
/>//alert(document.filterForm.from_date.value);<br />//return
validateDate(document.filterForm.from_date);<br
/>if(validateDate(document.filterForm.from_date))<br />{<br />return
SubmitPage('NU');<br />}<br />else<br />{<br />alert("false");<br />}<br
/>//alert(return validateDate(document.filterForm.from_date));<br
/>//document.forms[0].onsubmit = returnFalse;<br />//QuickSearch();<br
/>return true;<br />}<br />return ;<br />}]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[44618]]></dc:creator>
			<dc:date>2009-08-18T09:36:22+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=53164#p53164</guid>
		</item>
			<item>
			<title>Re: Screen Resolution Checker (V. Simple)</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=49913#p49913</link>
				<description><![CDATA[Yes Flabby.<br /><br />The main purpose of using <span style="font-weight:
bold">javascript</span> pseudo-url is just to cancel the tags (<a>) native
behavior - which is redirection.<br /><br />To cancel the tags nature
behavior, we can add <span style="font-weight: bold">return false</span> at
the end of the code, or use DOM's preventDefault().<br /><br />Hope that
makes sense.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15155">rangana</a> &bull; on Fri Feb 29, 2008 9:19 pm &bull; Replies 5 &bull; Views 4105</p><hr />]]></description>
					<content:encoded><![CDATA[Yes Flabby.<br /><br />The main purpose of using <span style="font-weight:
bold">javascript</span> pseudo-url is just to cancel the tags (<a>) native
behavior - which is redirection.<br /><br />To cancel the tags nature
behavior, we can add <span style="font-weight: bold">return false</span> at
the end of the code, or use DOM's preventDefault().<br /><br />Hope that
makes sense.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[15155]]></dc:creator>
			<dc:date>2009-02-12T00:50:47+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=49913#p49913</guid>
		</item>
			<item>
			<title>Re: Frame change &lt; html &gt;</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=48717#p48717</link>
				<description><![CDATA[If you don't want the links to open on a new page, then you need not to
specify the <span style="font-weight: bold">target</span> attribute.<br
/><br />Important thing is the "target" value should be equal to that of
the "frame's name".<br /><br />Hope that makes sense.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=15155">rangana</a> &bull; on Tue Dec 09, 2008 1:01 am &bull; Replies 5 &bull; Views 6073</p><hr />]]></description>
					<content:encoded><![CDATA[If you don't want the links to open on a new page, then you need not to
specify the <span style="font-weight: bold">target</span> attribute.<br
/><br />Important thing is the "target" value should be equal to that of
the "frame's name".<br /><br />Hope that makes sense.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[15155]]></dc:creator>
			<dc:date>2008-12-20T13:52:24+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=48717#p48717</guid>
		</item>
			<item>
			<title>Display RSS icon in address bar</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=45582#p45582</link>
				<description><![CDATA[Just put
<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"><link rel="alternate" type="application/rss+xml"
title="RSS" href="http://www.example.com/rss.xml" /></div> in between
<head> and </head>
<br />And replace the URL with the URL of your feed and the title.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=10862">Johnathan</a> &bull; on Fri Aug 22, 2008 8:37 am &bull; Replies 0 &bull; Views 1019</p><hr />]]></description>
					<content:encoded><![CDATA[Just put
<br /><div class="codetitle"><b>Code:</b></div><div
class="codecontent"><link rel="alternate" type="application/rss+xml"
title="RSS" href="http://www.example.com/rss.xml" /></div> in between
<head> and </head>
<br />And replace the URL with the URL of your feed and the title.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[10862]]></dc:creator>
			<dc:date>2008-08-22T08:37:17+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=45582#p45582</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=44850#p44850</link>
				<description><![CDATA[Thats the only way I could think of doing it, but i was wondering if there
was a more "correct" way of doing it?
<br />
<br />Flabby Rabbit<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=7034">flabbyrabbit</a> &bull; on Sat Jun 14, 2008 3:20 am &bull; Replies 6 &bull; Views 2551</p><hr />]]></description>
					<content:encoded><![CDATA[Thats the only way I could think of doing it, but i was wondering if there
was a more "correct" way of doing it?
<br />
<br />Flabby Rabbit]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[7034]]></dc:creator>
			<dc:date>2008-08-03T23:22:43+01:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=44850#p44850</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=34026#p34026</link>
				<description><![CDATA[Heh, I'll definitely use this in the future.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=13611">SalmonBoy11</a> &bull; on Tue Nov 08, 2005 12:40 pm &bull; Replies 2 &bull; Views 4312</p><hr />]]></description>
					<content:encoded><![CDATA[Heh, I'll definitely use this in the future.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[13611]]></dc:creator>
			<dc:date>2007-11-19T05:02:01+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=34026#p34026</guid>
		</item>
			<item>
			<title></title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=34025#p34025</link>
				<description><![CDATA[Ooh, I did that once to the status bar, but I'd forgotten the code. Thanks
man.<p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=13611">SalmonBoy11</a> &bull; on Sun Apr 15, 2007 12:43 pm &bull; Replies 2 &bull; Views 5144</p><hr />]]></description>
					<content:encoded><![CDATA[Ooh, I did that once to the status bar, but I'd forgotten the code. Thanks
man.]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[13611]]></dc:creator>
			<dc:date>2007-11-19T05:00:49+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=34025#p34025</guid>
		</item>
			<item>
			<title>Use a DIV as a link</title>
			<link>http://www.devppl.com/forum/./viewtopic.php?p=10680#p10680</link>
				<description><![CDATA[To minimize the code and loading time on your site, you can use a DIV
intead of a button. Here's an example.
<br />
<br />Add this so your CSS:<div class="codetitle"><b>Code:</b></div><div
class="codecontent">.divlink &#123;<br />&nbsp; &nbsp;cursor:pointer;<br
/>&nbsp; &nbsp;width:200px;<br />&nbsp; &nbsp;height:20px;<br />&nbsp;
&nbsp;background-color: #EFEFEF;<br />&nbsp; &nbsp;border: 1px solid
#000000;<br />&nbsp; &nbsp;padding: 5px;<br />&nbsp; &nbsp;text-align:
center;<br />&#125;</div><br /><br />And this in your HTML:<div
class="codetitle"><b>Code:</b></div><div class="codecontent"><a
href="http://www.devppl.com"><br />&nbsp; &nbsp;<div class="divlink"><br
/>&nbsp; &nbsp;&nbsp; &nbsp;Visit DEVPPL<br />&nbsp; &nbsp;</div><br
/></a></div><p>Statistics : Posted by <a href="http://www.devppl.com/forum/memberlist.php?mode=viewprofile&amp;u=2">webmaster</a> &bull; on Tue Nov 08, 2005 12:50 pm &bull; Replies 0 &bull; Views 1956</p><hr />]]></description>
					<content:encoded><![CDATA[To minimize the code and loading time on your site, you can use a DIV
intead of a button. Here's an example.
<br />
<br />Add this so your CSS:<div class="codetitle"><b>Code:</b></div><div
class="codecontent">.divlink &#123;<br />&nbsp; &nbsp;cursor:pointer;<br
/>&nbsp; &nbsp;width:200px;<br />&nbsp; &nbsp;height:20px;<br />&nbsp;
&nbsp;background-color: #EFEFEF;<br />&nbsp; &nbsp;border: 1px solid
#000000;<br />&nbsp; &nbsp;padding: 5px;<br />&nbsp; &nbsp;text-align:
center;<br />&#125;</div><br /><br />And this in your HTML:<div
class="codetitle"><b>Code:</b></div><div class="codecontent"><a
href="http://www.devppl.com"><br />&nbsp; &nbsp;<div class="divlink"><br
/>&nbsp; &nbsp;&nbsp; &nbsp;Visit DEVPPL<br />&nbsp; &nbsp;</div><br
/></a></div>]]></content:encoded>
					<category domain="http://www.devppl.com/forum/viewforum.php?f=52"><![CDATA[Script-archive]]></category>
			<dc:creator><![CDATA[2]]></dc:creator>
			<dc:date>2005-11-08T11:50:23+00:00</dc:date>
			<guid isPermaLink="false">http://www.devppl.com/forum/./viewtopic.php?p=10680#p10680</guid>
		</item>
	
	</channel>
</rss>