| |
Description | Compatibility | Level/ Author | Views/ Date Submitted | User Rating |
|
|
 |
Handy Form Utility | ASP (Active Server Pages), VbScript (browser/client side)
| Beginner / Shrike (from psc cd) | 822 since 1/5/2015 1:20:00 PM |
By 3 Users
|
|
This helps you verify all kinds of forms using regular expressions. |
|
|
|
 |
isAlphaNumeric | ASP (Active Server Pages) | Beginner / Ramon Morales (from psc cd) | 1726 since 1/5/2015 11:51:00 AM |
By 5 Users
|
|
Function to determine if the passed parameter is AlphaNumeric (the string contains only A-Z, a-z or 1-0). Heavily commented. Bug Fixed. |
|
|
|
 |
isDate() | ASP (Active Server Pages) | Intermediate / Cecil Denney (from psc cd) | 758 since 1/5/2015 2:05:00 PM |
By 5 Users
|
|
1) Validate a date entered in a text box without having to use multiple boxes for day, month, year.
2) Implement a short, mathematical method
3) Provide feedback about incorrect entries |
|
Please support the site by visiting our
sponsor:
|
|
|
 |
IsValidEmail - Regular Expression Email Validation | ASP (Active Server Pages) | Intermediate / Pete M. (from psc cd) | 8135 since 1/6/2015 2:14:00 PM |
By 3 Users 3 Excellent Ratings
|
|
Checks the inputed email address consisting of periods, dashes, underscores and alphanumeric characters. It will also check for the order of characters (no dashes at the begining of the address, etc..). Allows domain extensions between 2 and 7 letters. |
|
|
|
 |
Language Filter | ASP (Active Server Pages), VbScript (browser/client side)
| Intermediate / Jay (from psc cd) | 1212 since 1/5/2015 11:16:00 AM |
By 4 Users
|
|
This code is an example of using Regular Expressions in VBScript/ASP, in order to parse certain words (in this example, swear words, but you can add any words you wish), and return them partially hidden (and less offending) with asterisks. (Example: netsc ...(description truncated) |
|
|
|
 |
makit Image Verification Script (using AspJpeg) | ASP (Active Server Pages), HTML, VbScript (browser/client side)
| Intermediate / makit (from psc cd) | 1824 since 1/7/2015 12:23:00 PM |
By 10 Users
|
|
This code adds image verification to forms, similar to image verification systems that are in use on many web sites across the Internet.
It uses random fonts/sizes/styles/lines etc. to try and stop spam bots from reading the code, fooling the form and bom ...(description truncated) (ScreenShot) |
|
|
|
 |
Masked Input | ASP (Active Server Pages), VbScript (browser/client side)
| Intermediate / Miroslav Hibler (from psc cd) | 742 since 1/6/2015 1:08:00 PM |
By 7 Users
|
|
With this Client side/Server side (JScript/VBScript) functions you can define a Mask for a text input field, allowing the user to enter only desired characters or string in a desired fashion. For example, to allow users to enter only phone numbers in form ...(description truncated) (ScreenShot) |
|
|
|
 |
Message Box for IE and Netscape | ASP (Active Server Pages) | Beginner / Syed AQ Shah (from psc cd) | 861 since 1/5/2015 12:22:00 PM |
By 6 Users
|
|
This simple piece of code creates a popup message box and works in both Netscape and Internet Explorer Browser. Code includes both server and client side script.<B>If you like the code please rate this article</B> |
|
|
|
 |
Send Form By Mail | ASP (Active Server Pages), HTML, VbScript (browser/client side)
| Intermediate / PortJump Pete (from psc cd) | 3140 since 1/5/2015 11:33:00 AM |
By 7 Users
|
|
Sends form results to you via email |
|
|
|
 |
Server-Side Credit Card Validation | ASP (Active Server Pages) | Intermediate / Daniel Dhillon (from psc cd) | 923 since 1/5/2015 5:30:00 AM |
By 4 Users
|
|
This code validates credit card entries on a corresponding page. |
|