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

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.

Card image cap
merge2Arrays

Merges two 1-dimension arrays and return an array Both should be 1 dimensional ...

Card image cap
ServerXMLHTTP stream

Using ServerXMLHTTP object to show (stream or download) and image , or any ...

Card image cap
DegreesToXY

Calculates X, Y of position on a Circle or ellipse. Pass the center X, Y of ...

Card image cap
Morse code functions

Convert text or single character to and from Morse code. TexttoMorse, ...

Card image cap
HTMLTagAttributeValue

Reads value of certain tag attribute from certain attribute Identify attribute ...

Card image cap
CutString8

Cuts a string from certain character to certain character with option of either ...

Card image cap
ASP to static HTML

Convert Dynamic ASP files into HTML (once daily) to make them faster when ...