Search results 88

Sorted from new to old.
Card image
Dynamic ASP include

ASP function replaces the standard "include" statement, allowing a TRUE working ...

Card image
Digital Clock

Actually working digital clock JavaScript-based, refreshes every second Found ...

Card image
SSTree

Tree code, driven by Access DB A code I found somewhere online that I enhanced ...

Card image
Split string into table

Returns tag words (as table) in Microsoft SQL Separator set to comma, but you ...

Card image
This Year

A quick JS way to get the year of today, a method found it online, and wanted ...

Card image
HTML and URL codes

Always find my self needing to know those quickly to continue working, so ...

Card image
DigitsORLettersOnly

Check if the string has special characters or not, only Letters or digits ...

Card image
Prn

Printout into page, along with additional function to decide where to put the ...

Card image
Base64encode + Base64decode

Encodes and decodes a string, Base64 is used to convert binary data (like ...

Card image
VB6Format

Trying to create VB6 "Format" function in Classic ASP, works now for date only, ...

Card image
CustomExcelMenu - FaceIDs

How to create custom Excel menu, this one shows the IDs and icons of 20 icons, ...

Card image
Limit Textarea

Show number of characters in a textarea and limit if it goes greater than ...

Card image
NMACode

Converts all Ƽ found in a string into their actual chars

Card image
CreateGUID

Generate random GUID of 36 chars (with or without brackets) using TypeLib ...

Card image
ShowAgain2

Make selected item in listbox to be displayed at center of listbox after ...

Card image
DelOldFiles

Delete files in a specified folder which are older than x days This code ...