JavaScript
JavaScript enables you to build interactivity into your web pages. Using JavaScript, you can create drop down menus, add validation to your forms, display the date, and much more.
ExamplesJavaScript ExamplesIncludes common JavaScript examples that you can copy and paste into your own site.JavaScript Dropdown MenuSometimes referred to as a "Jump Menu", this dropdown menu eliminates the need for a separate "go" button - it takes you straight to the requested URL as soon as you select it.JavaScript PrintThis quick tutorial shows you how to automatically open the print diaglog box whenever a user comes to a page.JavaScript Alert BoxOpen up an alert box message to alert your users to something important.JavaScript ConfirmLet your users confirm that an action should take place before JavaScript runs it.JavaScript PromptAllows your users to provide input, so that you can customize their experience.JavaScript Status Bar MessagesDisplay a message in the status bar whenever a user hovers over a link (or other).JavaScript Redirect CodeLearn how to create a URL redirection with this JavaScript redirect code.JavaScript Refresh PageCode that refreshes the current page. Includes refresh timer.Popup WindowsUse JavaScript to create popup windows and popup window function.Image RolloversHow to use JavaScript to create image rollovers. |
TutorialsBasic TutorialStarts with the basics of JavaScript, before moving to the advanced topics.Advanced TutorialStarts with cookies, then covers date/time functions, arrays, and more.AJAX TutorialAJAX (which stands for Asynchronous JavaScript And XML), helps us build more dynamic and responsive web pages.
JavaScript ReferenceJavaScript Date and Time FunctionsA full listing of all JavaScript methods for dealing with date and time.JavaScript Event HandlersIntroduction to the 18 JavaScript event handlers.JavaScript Reserved WordsIncludes JavaScript reserved words, Java keywords, ECMAScript keywords, and other words used by JavaScript. |

