https://www.developerfusion.com/t/javascript/code/sort/popularity/ JavaScript Sample code from Developer Fusion 2006-04-26T14:14:00.00Z http://www.developerfusion.com/code/3826/adding-controls-to-placeholders-dynamically/ Adding controls to PlaceHolders dynamically 2003-07-07T04:29:00.00Z A simple example demonstrating how to dynamically add controls to a PlaceHolder control. Edward Tanguay http://www.developerfusion.com/code/2155/dynamically-adding-options-to-select/ Dynamically Adding OPTIONS to SELECT 2002-04-01T12:31:00.00Z How To: Dynamically Add an OPTION to a SELECT in a browser Bruce Johnson http://www.developerfusion.com/code/2065/automatically-checkuncheck-multiple-checkboxes/ Automatically check/uncheck multiple checkboxes 2002-02-26T10:03:00.00Z Allow a user to easily uncheck and check all the checkboxes on a form Kiran Pai http://www.developerfusion.com/code/5200/how-to-disable-all-elements-on-a-form/ How to disable all elements on a form 2006-01-11T23:32:00.00Z You almost always want to have your form to be disabled as soon as the user pressed the submit button so that the user doesn't accidently submit the form twice. Here's how. Edward Tanguay http://www.developerfusion.com/code/1977/change-text-field-colors/ Change Text Field Colors 2001-12-28T18:40:00.00Z This function will change the colors of a form text box field. Super Tal http://www.developerfusion.com/code/5340/building-an-ajax-progressbar-in-atlas/ Building an 'AJAX' ProgressBar in Atlas 2006-02-02T15:45:00.00Z Learn how to write a basic, client-side Atlas progress bar, and download the source code. Wilco Bauwer http://www.developerfusion.com/code/2311/finding-a-string-inside-a-larger-string/ Finding a string inside a larger string 2002-04-15T14:56:00.00Z Explains how to find a string inside of a bigger string David Nishimoto http://www.developerfusion.com/code/4314/how-to-simulate-a-status-bar-in-a-web-application/ How to simulate a status bar in a Web application 2004-01-18T12:33:00.00Z If you have a process that takes over 20 seconds or so on a Web application, you may want to let the user know the status of the process. Edward shows you how. Edward Tanguay http://www.developerfusion.com/code/5629/validate-phone-or-fax-number/ Validate Phone or Fax Number 2006-04-26T14:14:00.00Z This is a small javascript function that can be used to validate a phone or fax number. Pradip Patel http://www.developerfusion.com/code/2160/number-validation/ Number Validation 2002-03-20T14:07:00.00Z Use this function to validate a form field to only accepts numbers. Super Tal http://www.developerfusion.com/code/1600/dont-explicitly-set-the-page-language-in-asp/ Don't explicitly set the page language in ASP 2001-07-18T17:48:00.00Z Why you shouldn't explicitly set the page language in ASP ElementK Journals http://www.developerfusion.com/code/2136/validate-currency-field/ Validate Currency Field 2002-03-13T16:04:00.00Z Want to validate your field to only accept US currency? Try this short JavaScript function. Super Tal http://www.developerfusion.com/code/2630/display-the-current-day-of-the-week/ Display the Current Day of the Week 2004-02-26T18:42:00.00Z How to display the current day of the week. David Nishimoto http://www.developerfusion.com/code/2231/animated-buttons/ Animated Buttons 2002-04-08T13:25:00.00Z A few more animated buttons using CSS, Javascript and DHTML to create new more interactive & cool Form Button controls. Remember the code is best suited for only IE-5.5 and above. Peeyush Nigam http://www.developerfusion.com/code/2130/print-function/ Print function 2002-03-13T14:20:00.00Z This small, simple function will call the Windows print function within a browser. Super Tal http://www.developerfusion.com/code/1862/preload-images/ Pre-load Images 2002-02-24T15:08:00.00Z Some simple javascript to pre-load images on a web page Peeyush Nigam http://www.developerfusion.com/code/2067/multiple-submit-buttons/ Multiple Submit Buttons 2002-02-26T10:05:00.00Z This script shows you how to submit the contents of a form to different programs depending on which Submit button you press. Kiran Pai http://www.developerfusion.com/code/2066/open-a-new-window/ Open a new window 2002-02-26T10:03:00.00Z How to open a page (existing as well as dynamic) in a new window without bars, buttons, etc. Kiran Pai http://www.developerfusion.com/code/2309/rotating-images/ Rotating Images 2002-05-06T13:40:00.00Z Rotating Image and Dynamically Change the Link David Nishimoto http://www.developerfusion.com/code/2891/ms-agent-in-a-web-site/ MS Agent in a web site 2003-01-12T06:48:00.00Z Ever wondered how to use the MS Agent characters from your website? This example demonstrates how, using JavaScript and VB Script Warren