Refresh Opening Page This is a very simple bit of Javascript which you can add to the tag of a html page which has been opened by another page. When the called page is closed... more
Calculate a Person's Age How do you calculate a person's age in ASP?
You might think the DateDiff function would work if you use the year (yyyy) option. But it doesn't work right be... more
ASP
Code
Country Drop-down List (with validation) This code creates a country drop-down list with the chosen country selected. It is useful for online forms which are populated form a form post or from a datab... more
ASP
Code
State Drop-down List (validated) This code creates a state drop-down list with the chosen state selected. It includes US States, Canadian Provinces, and a selection for 'none' if the person doe... more
ASP - Select Random Records from a data table Many ASP programmers write complicated code to simulate a random selection of items from an open recordset. This is often done by reading all the records into a... more
JavaScript
Code
Count and Limit Characters in a Textarea HTML does not provide a way to limit the number of characters which can be input to a <textarea> field in a form. This JavaScript counts and limits the nu... more