Categories

Updated: 07/31/2007

Basic JavaScript Message Box

Just a simple JavaScript that will display a message box when the page loads. This script is very simple, but is normally one of the first lessons in learning how to program in JavaScript.
Similar Scripts for "Basic JavaScript Message Box"

csCalendar

&"csCalendar is a Web-based calendar program to help you keep track of your company events, meetings, appointments, birthdays, etc. The application is written to allow the least experienced users to manage calendars with ease. Easily d...

Kids Simple Chess Game: Tiger and Bull

This is a javascript program version of Kids Simple Chess Game for two players. This program can control to avoid any move of a chessman being not compliant or breaking the rules. It also comes with the help showing where a selected chessman can poss...

superPopup Generator

This online tool will create the JavaScript code necessary to create a wide variety of styles of Popups and Popunders without any need to understand how to program JavaScript. All the usual customizable window features are included popup (infront/inb...

JavaScript Page Breaker

You might have come across a search result where number of results are devided in to so many number of pages. But each link no say 2,3,4...when clicked it contacts the server to display the next set of results which takes time. This application uses ...

Storing Data in the Client

One of the things that all programmers love is to write a program which writes another program. On the web we have two different programming environments: the client (browser) and the server. Due to the HTTP protocol definition we can write a program...
©2003-2008 jCay.com