ASP Classic 298

Active Server Pages for web development. Code here can also be used in VBA, VBA-Excel or VB6
Sorted from new to old.
Card image
ANmaRedirect

Simple redirecting function, used to direct users from one domain into another ...

Card image
Parts-File2Page

A classic ASP include file to read txt file of list into a page using bootstrap ...

Card image
HasDups

Indicates if an array contains duplicate values. returns True if more than one ...

Card image
ASPDF v1.0

Create PDF in ASP classic

Card image
HTMLDecode + HTMLEncode

Decode and encode back a string using HTML Technically found online, but ...

Card image
DB_ExtendedProperties

Returns extended properties of a database, knowing the ADODB connection

Card image
LastInsertedID_SQL

Get the ID of the last inserted record in a table. There are other methods, ...

Card image
Path (ASP Classic)

Site physical actual location

Card image
Checkbox.asp

A simple Classic ASP checkbox implementation, helpful for beginners. ...

Card image
ProfileBadge_Linkedin

Creates Linkedin profile badge for certain user as HTML output as string. ...

Card image
HeadingZeros Remove and Add

Adds or remove zeros at start of string Used to clear heading zeros from ...

Card image
RC4 Encryption

A code inherited from an old application to protect or un-protect text in ...

Card image
eMailMe (CDO)

Single asp file (having function) to send an email It is used here to send an ...

Card image
ANmaDB functions

Database functions, commonly used in my systems. Should be working for each ...

Card image
GetWordCount

Counts how many words found inside a string. Using space, tab or enter as ...

Card image
HttpToAnchors

Convert http found inside text into anchers < a >, aka URLlinker, aka ...