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

Card image cap
MultiTrim

Trims leading and trailing tabs, spaces and Enters Code has lines to work in ...

Card image cap
DiskDriveType

Returns drive type as text, like fixed, CD, etc. Can pass either drive letter, ...

Card image cap
RemoveDuplicates

Removes duplicated items from a 1-dim array into new array, does not modify ...

Card image cap
DBTable2CSV

Exports table into CSV from ASP Classic function.

Card image cap
ASP Classic Page Cache

Set page to cache at certain time or force cache refresh. Something I found ...

Card image cap
iframeBtn

A button in iframe, to run certain command and return status to end user ...

iFrameBtn.zip

Card image cap
GetHeaders

Reads page headers into dictionary object. an example of using Dictionary in ...

Card image cap
ASPUsers

Show ActiveUsers in webpage using ASP Classic, this also works as an example of ...

Card image cap
BrowserSetting

Detect Browser setting (type or other info) using MSWC.browsertype object. Old ...

Card image cap
DBTables

Returns an array of all table names in a database. needs valid OLE database ...

Card image cap
DateDiff_En

Calculates the differences of date (against NOW) and return in English ...

Card image cap
CleanFilename

Cleans file name from invalid unexpected characters that Windows refuses.