DISQUS

DISQUS Hello! ProDevTips is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

ProDevTips

Mainly tutorials and tips relating to web development with PHP, Javascript, jQuery and Ruby
Jump to original thread »
Author

Limiting character types in input fields with Actionscript 2

Started by Henrik · 10 months ago

This is a small snippet that will force the input in a named input field (in our case it’s input_txt) to be numbers only.
function numOnlyMaxLen(maxLen, inputTxt, onSuccess){
var theText = inputTxt.text;
if(theText.length == maxLen){
onSuccess(%2 ... Continue reading »

0 comments

This thread has no comments yet.

Add New Comment

Returning? Login