JavaScript
Alerts
: Pull data from input fields and send to alert boxes.
Call a Function from a Function
: Call a function from within another function and pass it arguments.
Change the Text of the Submit Button
: This JavaScript changes the text of the Submit button when clicked.
Compare Date Fields
: Compare the date fields to make sure they make sense.
Compare Two Text Fields
: Compares two dropdown boxes to makes sure they are not the same.
Compare Two Dropdown Boxes
: Compares two dropdown boxes to makes sure they are not the same.
Count Elements
: Count the number of elements by element type (e.g. divs, p, etc.) and/or by class name.
Detect JavaScript
: Redirect users whose browsers do not have JavaScript enabled.
Disappearing Example Text
: The example format is shown within the field, but disappears as soon as the user enters the field.
Dynamic Dropdown Boxes
: Change the choices of a second dropdown box based on the choice selected in the first dropdown box.
Dynamic Text
: Entering text in a field dynamically populates a DIV and a hidden field.
Dynamically Set Hidden Text Fields
: Entering text in a field dynamically sets the value of a hidden text field.
JavaScript Functions
: A list of JavaScript functions (not mine).
Minimum Characters
: Check for a minimum number or characters not including spaces.
Relationship Matrix
: Elaborate JavaScript functions needed for the Breakup Central site
Returning Focus
: When validating a field, this function returns you to the offending field and selects the text.
Validate Date Format
: OnBlur checks to see if date is a valid format.
Wikipedia Link
: Click the link and it dynamically searches Wikipedia for the person's name.
Popups
Window Popup
: Click a link to have a new window pop up.
Send Data Back
: Click a link in the popup window to send data back to the parent window.
Regular Expressions
Valid Surnames
: Checks for special characters and allows apostrophes only in names like O'Conner.
ASP
Contact ID Generator
: Creates a unique, 10 digit contact ID based on date and time.
Date and Time
: Various date and time functions.
List All Server Variables
: A list of all variables on the server.
List All Server Components
: A list of all components installed on the server.
Random Password Generators
: Generates random alphanumeric and numeric passwords.
FrontPage:
File Upload
: Upload files to the server using FrontPage web bots
HTML:
Mailto Links
: build a subject and a message with carriage breaks into a Mailto: link.
Misc
.
Standards
: Miscellaneous development standards.
Additional Tests on Inside On a Sunny Day
: more test scripts on InsideOnaSunnyDay.com.