Welcome To Snipplr
Everyone's Recent ASP Snippets Tagged validation
- All /
 - JavaScript /
 - HTML /
 - PHP /
 - CSS /
 - Ruby /
 - Objective C
 
 « Prev 1 Next »
When submitting a bizform in Kentico it has some crappy default message. Change them in this file.
        
        
        
            0 
        
        
            3174 
        
                    posted 14 years ago by inreflection7
            YouTube offers a method for users and developers to embed video on their web pages. Unfortunately the code that they use doesn't validate. Use this function to make YouTube's embed code validate.
        
        
        
            2 
        
        
            1787 
        
                    posted 17 years ago by neal_grosskopf
            Uses the Luhn formula to quickly validate a credit card. Basically all the digits except for the last one are summed together and the output is a single digit (0 to 9). This digit is compared with the last digit ensure a proper credit card number is...
        
        
        
            2 
        
        
            1544 
        
                    posted 19 years ago by savageideas
             « Prev 1 Next »