Get programming code snippets and tips for HTML, CSS, ASP, SQL, JavaScript, RSS, XML, and more
Lee's Code        A web programmer's toolbox. SEARCH SITE
HOME  |  ABOUT LEE  |  CONTACT  |  SEARCH
Home > Code

Navigation

Latest Additions

Links


 

Recommendations

Evolve Online
Powered by
Evolve Online
 

Lee's Code: Search All Languages
45 matches found Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >
Language  Type  Rating  Description 
ASP  CODE    ASP - Create Radio Buttons
This is a simple function to create radio buttons. I use it often to populate survey forms when there are many repeated radio button groups.... more
 
ASP  Code    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
 
ASP  Code    ASP Break Cache
When you update a data on a data-driven page then redirect a user to it, you want to ensure the web browser displays current content instead of cached content.... more
 
ASP  Code    ASP Timer
This is a simple script to demonstrate how to time an activity in ASP and display the results.... more
 
ASP  Code    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
 
JavaScript  Tip    Change CSS Property via javaScript
Typically, CSS attributes are represented as properties in a style sheet. They may also be coded directly into an html tag. For example: <div Style="font-wei... more
 
JavaScript  Code    Change the URL in Opening Window
This script is useful when you open a popup window and you need it to change the URL in the window which opened it. When the user clicks on a link or an image t... more
 
ASP  Code    Check Credit Card Validity in ASP
This routine was actually written by someone else but didn't work right so I modified it. It is a very simple credit card verification routine which simply appl... more
 
Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >

Lee's Code programming tips and tricks. Back to top of page.

Programming tips and tricks for ASP, javaScript, SQL, SML, CSS, HTML HOME | ABOUT LEE | CONTACT | SEARCH
 
Copyright © 2001 - 2012 by Lee A. Shurie