Categories
Tags → Example Javascript

Count Visits with Cookies - Send User To Correct Page

This JavaScript example counts the number of visits to this site (page). It uses that information to send the user directly to the correct page on the site (via a parameter). A test-only variable should be set to false to turn off the test mode.
DETAILS

Write New Window - Close Opener

This JavaScript example shows how to open up a new window, and write the new page. The contents of the new window/new page contain the logic necessary to close the window that opened it up (opener is the object). It is necessary to open and close the...
DETAILS

Button Click Call Alert

This JavaScript shows a very simple example of how to create a button that does something JavaScript-like in nature when it is clicked. The alert() function is predefined: we could have made our own function and then called it upon the onClick event.
DETAILS

Confirm Alert Box

The author notes, &"The JavaScript confirm alert box differs from a regular alert box in that it provides two choices for the user, OK and Cancel. Typically, you ll see confirmation boxes utilized on links where the destination is outside th...
DETAILS

Alert Box

Here is a simple JavaScript example which will generate a simple alert box based on clicking a link or a form button. Useful for alerting users for missing fields, displaying a message on document open or close, or informing users they ve clicked a l...
DETAILS

Select All Text

This is a simple JavaScript example for allowing users to select/highlight a textarea content with a click of button.
DETAILS

havChat

havChat is a Java TCP/IP chat server with multiple (highly) customizable and brandable applet clients using both TextArea and Multicolor text - featuring Public and Private Rooms, Moderation, Whiteboard, Priv Levels, Remote Admin, Private Chat, Loca...
  • Categories
  • Platforms
    • Linux,
    • Windows,
    • FreeBSD,
    • Mac OSX,
    • Sun Solaris
  • Licenses
    • Commercial License,
    • Free Trial
DETAILS

Simple Java Applet Control

Netscape''s LiveConnect feature allows JavaScript to control Java applets by means of their public methods. This example shows a simple applet, the Chameleon Bar being controlled by JavaScript. You can start and stop the applet, display informat...
DETAILS

RandomBackground

An example showing how to use JavaScript to randomly select a background image from a pre-defined set of images.
DETAILS

Clock in the StatusBar

This simple script shows an example of how to use JavaScript to implement a clock in the status bar.
DETAILS

Page:
©2003-2019 jCay.com