Categories
Tags → Javascript This

Bookmark Script

This JavaScript code allows you to let your users add a bookmark to your site by clicking on a link.
DETAILS

Ace Date Display

This is a JavaScript code snippet to display today''s date on your web page.
DETAILS

How to Build a Forms Validation Library

This article shows how to build a forms validation library using JavaScript and ASP. Its FormLib simplifies form creation and eliminates common forms-maintenance tasks.
DETAILS

TIC TAC TOE

This is a simple JavaScript version of tic tac toe. You can set the board dimensions, and set the amount required to win (like 4 in a row). It has a 1 step look ahead algorythm so you can beat it, but it''s still fun!
DETAILS

Update Price of Selected Item

This JavaScript shows how to update a text component of a form on a selection change in the same form. It uses the event onchange to trigger the javascript function to go see what is selected and look up the price for that selection. Its design allo...
DETAILS

Navigation Menu

This JavaScript navigation menu sends users to other Web page/site upon link selection change. It works by using the onChange function of the SELECT object to tell the window to load a new document. The URLs of the documents to jump to are given by t...
DETAILS

Thumbshow

This JavaScript lets you click on thumbnails to display full-size images on the same page. If the browser can manipulate document images, then it simply in-lines the large image. If it can''t, or if it doesn''t recognise JavaScript at all, ...
DETAILS

Button Overkill

This JavaScript takes the image substitution idea one step further to produce a toolbar in which the buttons change appearance in response to mouse movement or actions, and explanatory text appears in a little ''LCD-look'' panel. Upon click...
DETAILS

Button Info Panel

This JavaScript animates an information image as part of a navigation control panel. When the user moves the pointer over a image link, information appears as part of an onscreen graphic.
DETAILS

Kai Button

This is the standard JavaScript ''image rollover'' - an image that changes appearance as you move the mouse over it. The JavaScript works by loading several alternative images for each button. If the user moves the mouse in or out of the bu...
DETAILS

Page:
©2019 A--9.com