<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5773480377310596716</id><updated>2011-08-10T06:02:17.401-07:00</updated><category term='URL rewriting'/><category term='Jquery'/><category term='javascript'/><title type='text'>TechnicalTiger</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5773480377310596716.post-2446919328603245219</id><published>2009-11-06T02:14:00.000-08:00</published><updated>2009-11-06T02:15:58.423-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='javascript'/><title type='text'>Declare the variable globally in Java script</title><content type='html'>Today I am facing the problem of get the value from the variable that declared inside the function. But I need to get that value from outside of the function.&lt;br /&gt;&lt;br /&gt;For that we need th declare the variable globally is the best way of doing program.&lt;br /&gt;&lt;br /&gt;In Java script  it is simple technique to globally declare the variable.&lt;br /&gt;&lt;br /&gt;How can you declare the variable globally?&lt;br /&gt;&lt;br /&gt;Is we need to put global infront of that.No…&lt;br /&gt;&lt;br /&gt;See the following program…..&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;Function1()&lt;br /&gt;{&lt;br /&gt;Var  myname;//declared globally&lt;br /&gt;&lt;br /&gt;Function2()&lt;br /&gt;{&lt;br /&gt;Var myaddress;//with in the function&lt;br /&gt;&lt;br /&gt;Myname//access in this function&lt;br /&gt;}&lt;br /&gt;Function3()&lt;br /&gt;{&lt;br /&gt;Myname;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;When accessing the global variable don’t put var within the function…&lt;br /&gt;&lt;br /&gt;Read and use it.Leave the comments for improvements…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5773480377310596716-2446919328603245219?l=india-vinoth.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/2446919328603245219/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/declare-variable-globally-in-java.html#comment-form' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/2446919328603245219'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/2446919328603245219'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/declare-variable-globally-in-java.html' title='Declare the variable globally in Java script'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5773480377310596716.post-7081609524866990600</id><published>2009-11-05T05:03:00.000-08:00</published><updated>2009-11-05T05:24:33.587-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='URL rewriting'/><title type='text'>URL Rewriting</title><content type='html'>Sometimes you may be seen the URL doesn’t have the extensions like .php, .html, .asp or anything else.&lt;br /&gt;Because they are aware of SEO and the security .Before going to the URL rewrite we see the small introduction of SEO.&lt;br /&gt;What is SEO?&lt;br /&gt;&lt;br /&gt;          1.	SEO stands for Search Engine Optimization.&lt;br /&gt;          2.	If you don’t know about SEO what do you first do?&lt;br /&gt;          3.	Go for the Google or other search engines then type SEO and press enter. It provides the millions and millions of WebPages&lt;br /&gt;          4.	But you read only the first few pages or first page alone.&lt;br /&gt;          5.	So the website owners work hard to publish their pages in the first few pages.&lt;br /&gt;          6.	What are the advantages for them?&lt;br /&gt;          7.	They got advertising through the page rank. So they earn the lot.&lt;br /&gt;          8.	For this purpose we go for the url rewriting.&lt;br /&gt;&lt;br /&gt;URL rewriting in PHP&lt;br /&gt;&lt;br /&gt;For this you need to run in the linux server.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 1:&lt;/span&gt;Create the file using notepad or wordpad with extension “.htaccess”.It must be accurate.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 2:&lt;/span&gt;save in the root directory.&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Step 3:&lt;/span&gt;create the PHP file&lt;br /&gt;&lt;title&gt;&lt;/title&gt;&lt;span style="text-decoration: underline;"&gt;&lt;/span&gt;&lt;br /&gt;&lt; !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" &gt;&lt;br /&gt;&lt; xmlns="http://www.w3.org/1999/xhtml"&gt;&lt;br /&gt;&lt;&gt;&lt;br /&gt;&lt; equiv="Content-Type" content="text/html; charset=utf-8"&gt;&lt;br /&gt;&lt;&gt; Trial&lt; /title &gt;&lt;br /&gt;&lt; ?php $_GET; ? &gt;&lt;br /&gt;&lt; /head &gt;&lt;br /&gt;&lt;br /&gt;&lt;&gt;&lt;br /&gt;&lt;br /&gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="Ajaxhelper"&gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="PHP"&gt; I am going to test &lt; /a &gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="Ajax"&gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="Java1234"&gt; Watch  &lt; /a &gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="pg123"&gt; The&lt; /a &gt;&lt;&gt;&lt;&gt;&lt;br /&gt;&lt; href="1234"&gt;  URL &lt; /a &gt;&lt;br /&gt;&lt; /body &gt;&lt;br /&gt;&lt; /html &gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Then Create the .htaccess file&lt;br /&gt;&lt;br /&gt;Options +FollowSymlinks&lt;br /&gt;RewriteEngine On&lt;br /&gt;# Prevent Directory Listing&lt;br /&gt;Options -Indexes&lt;br /&gt;RewriteRule ^([a-z0-9A-Z]+)/?$ index.php?a=$1 [QSA]&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;How it runs?&lt;br /&gt;•	RewriteRule - Tells Apache that this like refers to a single RewriteRule.&lt;br /&gt;•	RewriteEngine On- # Turn on the rewriting engine&lt;br /&gt;•	# - Command Line&lt;br /&gt;•	Options +FollowSymlinks – It is an optional&lt;br /&gt;     QSA (append query string from request to substituted URL)&lt;br /&gt;&lt;br /&gt;Don’t forget to put $_GET on the PHP file.If you don’t put it it wont be run. Please try it and leave comments…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5773480377310596716-7081609524866990600?l=india-vinoth.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/7081609524866990600/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/url-rewriting.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/7081609524866990600'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/7081609524866990600'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/url-rewriting.html' title='URL Rewriting'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5773480377310596716.post-1369186357145099333</id><published>2009-11-03T20:27:00.000-08:00</published><updated>2009-11-03T20:30:05.973-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Jquery'/><title type='text'>Get the dropdown value using Jquery</title><content type='html'>Today I am going to tell you how to get the dropdown value when the user clicks on it. It sometimes very much useful to get the value and stored it on database.&lt;br /&gt;&lt;br /&gt;For example you may use the time zone or anything.At that time it provides more helpful to you.&lt;br /&gt;&lt;br /&gt;Even this is going to be small thing it helps a lot.&lt;br /&gt;&lt;br /&gt;Here the HTML code is displayed…&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&amp;lt !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" &amp;gt &lt;br /&gt;&amp;lt html xmlns="http://www.w3.org/1999/xhtml" &amp;gt &lt;br /&gt;&amp;lt head &amp;gt &lt;br /&gt;&amp;lt meta http-equiv="Content-Type" content="text/html; charset=utf-8" / &amp;gt &lt;br /&gt;&amp;lt title &amp;gt Untitled Document&amp;lt /title &amp;gt &lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/jquery.js" &amp;gt &amp;lt /script &amp;gt &lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/getdropdownvalue.js" &amp;gt &amp;lt /script &amp;gt &lt;br /&gt;&amp;lt /head &amp;gt &lt;br /&gt;&lt;br /&gt;&amp;lt body &amp;gt &lt;br /&gt;&amp;lt select name="getdropdown" id="getdropdown" &amp;gt &lt;br /&gt;&amp;lt option value="1" &amp;gt Trial  1&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt option value="2" &amp;gt Trial  2&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt option value="2" &amp;gt Trial  3&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt option value="2" &amp;gt Trial  4&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt option value="2" &amp;gt Trial  5&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt option value="2" &amp;gt Trial  6&amp;lt /option &amp;gt &lt;br /&gt;&amp;lt /select &amp;gt &lt;br /&gt;&amp;lt /body &amp;gt &lt;br /&gt;&amp;lt /html &amp;gt &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;The Jquery will be coded below as…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;$(document).ready(function(){&lt;br /&gt;&lt;br /&gt; $("#getdropdown").change(function() {&lt;br /&gt;  var trial=$("#getdropdown option:selected").text();&lt;br /&gt;  alert(trial);&lt;br /&gt; });&lt;br /&gt; &lt;br /&gt;});&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Here getdropdown  is the ID of dropdown box&lt;br /&gt;&lt;br /&gt;You can put val() instead of text() you get the dropdown value&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5773480377310596716-1369186357145099333?l=india-vinoth.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/1369186357145099333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/get-dropdown-value-using-jquery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/1369186357145099333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/1369186357145099333'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/2009/11/get-dropdown-value-using-jquery.html' title='Get the dropdown value using Jquery'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5773480377310596716.post-1384823755219407661</id><published>2009-10-31T08:07:00.000-07:00</published><updated>2009-10-31T08:10:52.793-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Jquery'/><title type='text'>Hide a Table Column Using Jquery</title><content type='html'>Today I need a coding for hide table column in a table. Here I  am going to present for www.scribd.com users.&lt;br /&gt;&lt;br /&gt;The coding shows below…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTML coding..&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&amp;lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt&lt;br /&gt;&amp;lt html xmlns="http://www.w3.org/1999/xhtml"&amp;gt&lt;br /&gt;&amp;lt head&amp;gt&lt;br /&gt;&amp;lt meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt&lt;br /&gt;&amp;lt title&amp;gtUntitled Document&amp;lt/title&amp;gt&lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/jquery.js"&amp;gt&amp;lt/script&amp;gt&lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/hidetable.js"&amp;gt&amp;lt/script&amp;gt&lt;br /&gt;&lt;br /&gt;&amp;lt/head&amp;gt&lt;br /&gt;&lt;br /&gt;&amp;lt body&amp;gt&lt;br /&gt;&amp;lt table&amp;gt&lt;br /&gt;&amp;lt tr&amp;gt&lt;br /&gt;&amp;lt td&amp;gt&lt;br /&gt;&amp;lt input type="radio" id="radiobtn" name="radiobtn" value="1"/ &amp;gt Show Table column&amp;ltbr/&amp;gt&lt;br /&gt;&amp;lt input type="radio" id="radiobtn" name="radiobtn" value="2"/ &amp;gt Show Table column&amp;ltbr/&amp;gt&lt;br /&gt;&amp;lt input type="radio" id="radiobtn" name="radiobtn" value="3"/ &amp;gt Hide Table Column&amp;ltbr/&amp;gt&lt;br /&gt;&amp;lt/td&amp;gt&lt;br /&gt;&amp;lt td id="hidecolumn"&amp;gt&lt;br /&gt;&amp;lt input type="checkbox" name="checkme" id="checkme"/&amp;gt Check me&lt;br /&gt;&amp;lt input type="text" name="entertext" id="entertext"/&amp;gt I am Text box&lt;br /&gt;&amp;lt/td&amp;gt&lt;br /&gt;&amp;lt tr&amp;gt&lt;br /&gt;&amp;lt/table&amp;gt&lt;br /&gt;&amp;lt/body&amp;gt&lt;br /&gt;&amp;lt/html&amp;gt&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Before going to run the code please note I include the jquery.js. This is the file you can get from http://jquery.com/ .before the jquery/jquery.js  here jqurey is the folder name you can write as username/jquery.js  or else what you wish.. &lt;br /&gt;&lt;br /&gt;Then in next I include another javascript file  named jqueryvalid.js.Here you need to write the jqueryvalid.js in the jquery folder.&lt;br /&gt;&lt;br /&gt;jqueryvalid.js ……&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;$(document).ready(function(){&lt;br /&gt; $("input:radio[name='radiobtn']").click(function() {&lt;br /&gt; var isDisabled = $(this).is(":checked") &amp;&amp; $(this).val() == "3";&lt;br /&gt;  if(isDisabled==true)&lt;br /&gt;    {&lt;br /&gt;         $("#hidecolumn").hide();&lt;br /&gt;        &lt;br /&gt;    }&lt;br /&gt;  else&lt;br /&gt;    {&lt;br /&gt;         $("#hidecolumn").show();&lt;br /&gt;        &lt;br /&gt;    }&lt;br /&gt; });&lt;br /&gt; &lt;br /&gt;});&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Use this and leave the comment.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5773480377310596716-1384823755219407661?l=india-vinoth.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/1384823755219407661/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://india-vinoth.blogspot.com/2009/10/hide-table-column-using-jquery.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/1384823755219407661'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/1384823755219407661'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/2009/10/hide-table-column-using-jquery.html' title='Hide a Table Column Using Jquery'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5773480377310596716.post-6555104845444954627</id><published>2009-10-31T06:39:00.000-07:00</published><updated>2009-10-31T06:44:15.973-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Jquery'/><title type='text'>Text box allow only the numbers by using Jquery</title><content type='html'>Text box allow only the numbers&lt;br /&gt;&lt;br /&gt;Today I need a coding for text box only allow the numbers. I got the script from the net. Here I  am going to present for www.scribd.com users.&lt;br /&gt;&lt;br /&gt;The coding shows below…&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;HTML coding..&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;&amp;lt!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&amp;gt&lt;br /&gt;&amp;lt html xmlns="http://www.w3.org/1999/xhtml"&amp;gt&lt;br /&gt;&amp;lt head&amp;gt&lt;br /&gt;&amp;lt meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&amp;gt&lt;br /&gt;&amp;lt title&amp;gtUntitled Document&amp;lt/title&amp;gt&lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/jquery.js"&amp;gt&amp;lt/script&amp;gt&lt;br /&gt;&amp;lt script type="text/javascript" src="jquery/jqueryvalid.js"&amp;gt&amp;lt/script&amp;gt&lt;br /&gt;&amp;lt/head&amp;gt&lt;br /&gt;&amp;lt body&amp;gt&lt;br /&gt;&amp;lt input type="text" name="quantity" id="quantity" /&amp;gt &lt;br /&gt;&amp;lt/body&amp;gt&lt;br /&gt;&amp;lt/html&amp;gt&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Before going to run the code please note I include the jquery.js. This is the file you can get from http://jquery.com/ .before the jquery/jquery.js  here jqurey is the folder name you can write as username/jquery.js  or else what you wish.. &lt;br /&gt;&lt;br /&gt;Then in next I include another javascript file  named jqueryvalid.js.Here you need to write the jqueryvalid.js in the jquery folder.&lt;br /&gt;&lt;br /&gt;jqueryvalid.js ……&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight:bold;"&gt;$(document).ready(function(){&lt;br /&gt;&lt;br /&gt; $("#quantity").keypress(function (e){&lt;br /&gt;   if( e.which!=8 &amp;&amp; e.which!=0 &amp;&amp; (e.which&lt;48 || e.which&gt;57))&lt;br /&gt;   {&lt;br /&gt;  //display error message&lt;br /&gt;  $("#errmsg").html("Digits Only").show().fadeOut("slow"); &lt;br /&gt;     return false;&lt;br /&gt;      } &lt;br /&gt;&lt;br /&gt; });&lt;br /&gt; &lt;br /&gt;});&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;Whenever the key pressed within the textbox it is checked ASCII character for whwther is it number or alphabet. If alphabet it wont be allowed to enter.&lt;br /&gt;&lt;br /&gt;It is very much  useful for validation…&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5773480377310596716-6555104845444954627?l=india-vinoth.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://india-vinoth.blogspot.com/feeds/6555104845444954627/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://india-vinoth.blogspot.com/2009/10/text-box-allow-only-numbers-by-using.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/6555104845444954627'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5773480377310596716/posts/default/6555104845444954627'/><link rel='alternate' type='text/html' href='http://india-vinoth.blogspot.com/2009/10/text-box-allow-only-numbers-by-using.html' title='Text box allow only the numbers by using Jquery'/><author><name>vinoth</name><uri>http://www.blogger.com/profile/06840624761029866745</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
