ASP Classic 286 Active Server Pages for web development. Code here can also be used in VBA, VBA-Excel or VB6

Card image cap
USStandardToMetric

Converts US Standard Measure into a Metric Measure. Arguments: ...

Card image cap
myURLDecode

Decode a URL, opposite of Server.URLEncode

Card image cap
getDaysInMonth

Gets number of days in a certain month

Card image cap
RemoveHTMLTags

Remove HTML tags from a string, note, this won't handle html encoding.

Card image cap
Capitalize1st

Capitalize 1st letter of a string

Card image cap
CapitalizeAllWords

Capitalize first letter in all words In a String

Card image cap
ServerUptime

Return how long the computer has been running. Return format is dd:hh:mm:ss ...

Card image cap
Seconds2Time

Converts seconds from numbers into time in format of ...

Card image cap
ViewSource

Display content of ASP file (any file for that matters)

Card image cap
FS_CreateUserFolder

Creates a folder for a user, usually after sign up or login for first time

Card image cap
SplitTo2DArray

Splits ANStrArray into 2-Dimension array Using custom row and column ...

Card image cap
IIF

Works the same as it's VB IIF equivalent. IIf will coerce an expression into ...