JavaScript Scripts





Español Français 中文 Deutsch Portuguese Japanese nederlands
   
 
Free Java Script Codes
Javascript List All
Slide Show Slide Show
Ad Display Ad Display
Image Effect Image Effect
Animated Image Effects Animated Image Effects
Form Validation Form Validation
Color Picker Tool Color Picker Tool
Formatting Forms Formatting Forms
Select All Select All
Dynamic Form Select Dynamic Form select
Dynamic Color Dynamic Color
Calendar Script Calendar
Textbox Counter Textbox Counter
Alphanumeric Alphanumeric
Date Time Script Date & Time
Stop Watch Script Stop Watch script
Delete Repeated Values Delete Repeated Values
Pagination Pagination
Random Generator Random Generator
Animated Text Animated Text
Cursor Position Cursor Position
User Info Window / User Info
Security Security / Authenticate
Bookmark Bookmark
Mouse Effects Mouse Effects
Title Bar Title Bar
Status Bar Status Bar
Country List Country List
Free Games Free Games
Calculators Calculators
 




Alphanumeric Characters Script


About
This javascript will help you to accept only strings and numbers and donot accept special characters.It checks alphanumeric characters.


Features
a) By using this javascript, the textbox accepts only strings and numbers but not the special characters. It checks for alpha numeric characters alone.
b) Just copy the code into your page and use it.

Preview

This textbox do not accept special characters like $,%,#,@ etc,but accept underscore

Enter the numbers and strings



Code
Javascript
<!--        Script by hscripts.com          -->
<!--        Copyright of HIOX INDIA         -->
<!-- More scripts @ http://www.hscripts.com -->

<script type="text/javascript">
var r={'special':/[\W]/g}
function valid(o,w)
{
  o.value = o.value.replace(r[w],'');
}
</script> 

<!-- Script by hscripts.com -->


HTML Code
<!-- Script by hscripts.com -->
<form id="myform">
Enter the strings and numbers.It donot accept special characters like $,%,#,@ etc,but accept underscore<br><br>
<center><input type="text" size="25" name="comments" onkeyup="valid(this,'special')" onblur="valid(this,'special')"><br><br></center>
<div align=center>&copy;<a href="http://www.hscripts.com" style=color: #3D366F;text-decoration:none;cursor:pointer;font-size:13px">hscripts.com</a></div>
</form>
<!-- Scripts by hscripts.com -->

Release Date - 07-04-2008
Get free version without ©copyright link for just 5 price

For customization of this script or any script development, contact us at support@hscripts.com


Usage

a) This script is used to accept only strings and numbers and do not accept special characters.
b) The function valid() is called for validation that is the typing character is a special character means remove that characters because this text box doesn't accept special characters.
c) Copy the code into your page and use it.




License
- The javascript (misspelled as java script) is given under GPL License
- i.e. Free use for those who use the codes as it is.
- Free, if your modification does not remove our copyright information and links.
- Click Here for detailed license information.
- You can purchase the script if your requirements does not meet our GPL License terms.
Other Links

web hosting