Browsing ASP/ HTML
Stop New Spam with ASP
This code takes a submitted email address/string and converts it to standardized ASCII Character codes, thus blocking bots/spiders from reading your email address, while yet allowing visitors to continue to read and use your proper address via mailto links, etcOriginal Author: TecoInputsInput a StringReturnsReturns an ASCII Encoded StringAPI DeclarationsEXAMPLE USE------------------------<A HREF="mailto:<%= ASCIICode("a@b.
Detect if Cookies are Enabled with 1 (that's one!) line of code
In looking for an easy way to detect the client browser's cookie settings, everything I've found has been complex.
Yet another Table coloring
This gives an alternating line color on tables, it also allows a realtime highlighting.
VBScript opening a non-toolbar window
Have you ever wanted to open a new window without a toolbar at the top and a scrollbar on the side? Well this is exactly what this vbscript code does.
ASP File Finder
Did you ever want to search for files using your web browser instead of the MS Find Files program? This ASP file searches your hard drive (or web server) for files containing a given string.
User-Defined Types in ASP
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
Credit Card Validation (Luhn Formula)
Uses the Luhn formula to quickly validate a credit card.