Browsing ASP/ HTML
How do I prevent a form from being submitted, until all required fields are correct ?
How do I prevent a form from being submitted, until all required fields are correct ?Only one field is used in the example.
How to dynamically create a HTML table from an ADO recordset !.
Shows how to dynamically create a HTML table from a recordset.
Get Server Variable Info
To gather all server variables, and display them nicely in a readable format.
ASP Refresh
Instead of using a META refresh, use an ASP refresh to insure you have the most current copy of the web page.
Format Date
Format the current data (off the server) in the following format, for example, Tuesday, June 19, 2001.
Add to Favorites - Dynamically!
After searching throughout the web for a JavaScript function that would add a web page to a users favorites folder, I grew increasingly impatient with the laziness of others code, (hey why re-create the wheel?) because others code only lets you add one page to a users favorites folder.
Display Directory Listing
First off let me say that this code is a modified version of Kaustav Acharya’s post on Planet Source Code.