Search results 32

Sorted from new to old.
Card image
eMailMe (CDO)

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

Card image
FormatMyDate

Formats a date, equivalent to VB6 function 'Format' Also with it, you will ...

Card image
Digital Clock

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

Card image
Calendar view

Another calendar view in Classic ASP, this one highlights today's date

Card image
SendEmail_CDO

Sending an email using CDO object Can pass all needed variables including mail ...

Card image
DetectEmailServers

Detects mail servers available by returning number of available mail servers ...

Card image
GetConfigValue

Read settings from Web.config file (or other XML files) Originally from ...

Card image
Base64encode + Base64decode

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

Card image
URLs2Anchors

All links found inside a string into anchor (< a href=...) BUG!: Currently ...

Card image
CreateAnchor

Creates an anchor by passing its arguments (used to be called URL2A), can ...

Card image
ServerVar

Get value of Server variable by passing variable name aVar can be any of these ...

Card image
WeekNum

Generates the calendar week number for a certain date, counting the first week ...

Card image
RunFromTemp

Check if an Excel file is running from 'Temp' location or regular folder This ...

Card image
MoveDown + MoveUp

Moves an item in listbox up or down Needs Lst1 as listbox name Put code ...

Card image
Email-CDONTS

CDONTS with Attachment Example of CDONTSwith attachment for emailing

Card image
InsertHyperlinks+GetHref

Changes all URLs or email addresses in a text into hyperlinks