| 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 > |