Categories
Tags → Javascript This Value

JavaScript Navigation Bar

Do you have a website with a navigation system that follows its directory structure? If so, these functions can be just what you need. This is the JavaScript version of Directory Navigation Links, for those who wish to implement the solution on stati...
DETAILS

Text Box Ticker

A Javascript Text Box Ticker that ticks a number of messages on a Text Box. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must be ad...
DETAILS

Button Ticker

This is a Cross Browser Javascript Button Ticker that ticks a number of messages on a button.You can change the direction in which the message ticks. (i.e the order in which the message ticks). This ticker is very easy to customise. You can add any n...
DETAILS

Cross Browser Ticker

This is a Cross Browser Javascript Ticker that runs on MSIE as well as Netscape. This ticker is very easy to customise. You can add any number of messages and their corresponding URLs. Messages must be added to the array ticker_msg and the URLs must ...
DETAILS

Blinking Text

This is a simple JavaScript that blinks a text message. The blinking speed of the text can be easily changed by changing the value of the variable ''blink_speed''. This version (v 2.0) supports IE, Netscape 4.x and Netscape 6.x.
DETAILS

Altavista Search Engine In Your Links Bar

This is a JavaScript code snippet to send a query to AltaVista Web site. You can drag the link onto the Links bar of the browser, and use it as a quick search link bar. By modifying the value of location.href and the other querystrings, this can be e...
DETAILS

Check if its a number

This is a validation JavaScript that checks the value inside a form box to ensure it''s a number.
DETAILS

chainedSelectors: A Better Way to Drop-down a PHP List

Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...
DETAILS

Non-Persistent Cookie

This JavaScript uses cookies to get input from the user 1 time per users web session. It uses a non-persistent cookie to prompt the user for a word - it then stores it for the rest of that web browser''s life. It will use the value input and sto...
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

Page:
©2003-2019 jCay.com