Tools Links Login

Browsing ASP/ HTML

Prev   Next

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.
Posted:2002-06-01, 80 views

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.
Posted:2002-06-01, 197 views

Yet another Table coloring
This gives an alternating line color on tables, it also allows a realtime highlighting.
Posted:2002-06-01, 79 views

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.
Posted:2002-06-01, 81 views

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.
Posted:2002-06-01, 82 views

User-Defined Types in ASP
So far as I have seen, there is no vbscript equivalent of the VB user defined type.
Posted:2002-06-01, 83 views

Credit Card Validation (Luhn Formula)
Uses the Luhn formula to quickly validate a credit card.
Posted:2002-06-01, 92 views

Prev   Next