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
43 matches found Page 1 of 6  < Previous | 1 | 2 | 3 | 4 | 5 | 6 | Next >
Language  Type  Rating  Description 
ASP  code    Convert DateTime to XSD format
I couldn't find a function to convert date and time to XSD DateTime format ( [-]CCYY-MM-DDThh:mm:ss[Z|(+|-)hh:mm] ) so I wrote one. Use this function to con... more
 
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    Extract XSD Date and Time
Here is a classic ASP script I wrote to convert XSD formatted date and time info to vbGeneralDate format.... more
 
ASP  Code    Simple Form Field Validation
This is a simple example of one method for checking form field submissions in ASP. When the form is submitted, it posts back to the same page and the fields are... more
 
JavaScript  code    Form Button Working and Disabled
this is the code for a form button which will be disabled on click (so it can't be clicked twice) and the text on the button will also change to say working…... more
 
ASP  code    Detect Record State and Database State. Close recordset and database
This code snippet illustrates how to detect an open recordset and close it. Same for an open database connection. If you do not first detect the state of the... more
 
ASP  Code    SQL Injection Data Cleaner
This is a simple input field cleaner to help prevent SQL Injection problems. SQL Injection occurs when a hacker fills out a form on your web site or posts data ... 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
 
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 - 2010 by Lee A. Shurie