Software Listing of Author : "Js-examples.com"

This shows a clock that is not in a form. It uses dynamic HTML concepts to bring the text to life.

  • Platform: JavaScript, Scripts

This is a JavaScript version of the classic game of Battle Ship. Play and see if you can win.

  • Platform: JavaScript, Scripts

A Tic Tac Toe JavaScript. This has a 1 step look ahead - so you can beat it, but it does require some smarts on your part.

  • Platform: JavaScript, Scripts

This shows how to have a file create encrypted code. The output of this code can only be used by javascript enabled browsers.

  • Platform: JavaScript, Scripts

This JavaScript example allows you to center the window on the screen by first determing the dimensions of the screen and the window. The link makes the popup window be 400 * 400 px, with scrollbars, and the "this.

  • Platform: JavaScript, Scripts

This script shows show to use the Date object, make some manipulations on the date object and update a form textbox every second to keep the time current.

  • Platform: JavaScript, Scripts

This script allows you to create a bar graph table of the data given to it. It prints the total-count variable at the top of the form. It will chart out the values given in the stats-array definition statement.

  • Platform: JavaScript, Scripts

This is the classic game of battleship, done in JavaScript.

  • Platform: JavaScript, Scripts

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.

  • Platform: JavaScript, Scripts

This randomly picks a string to use and places that string on the form button. This runs on a mouseover event, so that everytime the user places the mouse over the button it's text will change.

  • Platform: JavaScript, Scripts

This script allows you to set the colors of the form components using the style properties. It works in IE only.

  • Platform: JavaScript, Scripts

This JavaScript prompt users for an answer, and check the input twice before stating (s)he is wrong.

  • Platform: JavaScript, Scripts

Send the user to a specific URL based on the combined selections from two different pulldown menus. If the user only selects from one menu, they are still taken to that menu's corresponding page.

  • Platform: JavaScript, Scripts

This JavaScript allows you to have a test run using confirm alerts to have the user enter in TRUE or FALSE for each question. The results are computed and then given (via a popup) to the user.

  • Platform: JavaScript, Scripts

This JavaScript allows you to have a large collection of images displayed. It uses cookies to determine which picture to view. To set up, you will need to modify the javascript include file last_month.js anytime you add or remove images.

  • Platform: JavaScript, Scripts

This is a short JavaScript function that demonstrates how to count the number of radio boxes that are selected.

  • Platform: JavaScript, Scripts

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.

  • Platform: JavaScript, Scripts

This JavaScript demonstrates how to create a popup window that moves around the screen. It gets (de)activated upon moving cursor over a given link.

  • Platform: JavaScript, Scripts

Allow your visitors to have a popup page on your site appear exactly as they want. They can customize the width, height, and placement of a popup window on your site before the window is opened.

  • Platform: JavaScript, Scripts

A JavaScript to change two images at once as the mouse is placed over another image. The image on the left is changed as the images on the right are moused over. The images on the right also change on a mouse over, which creates a double effect.

  • Platform: JavaScript, Scripts

This JavaScript demonstrates how to have a drop down menu from the top of a given page. It is possible to modify the menu to scroll or not, also to change colors, and all dimensions.

  • Platform: JavaScript, Scripts

This example illistrates how to have content altered dynamically. When the user clicks any link it will redraw the section of this page so that another row to the table appears.

  • Platform: JavaScript, Scripts

This JavaScript demonstrates how to determine which options of a checkbox are selected.

  • Platform: JavaScript, Scripts

This JavaScript example shows how to create a form that has a portion of the form shown (or hidden) upon certain user events.

  • Platform: JavaScript, Scripts

Fullscreen Popup is a JavaScript that opens up a new window automatically as the page finishes loading. It opens up a new window that is set to be fullscreen size. It only works on IE.

  • Platform: JavaScript, Scripts

JS-Examples provides 100s of free ready to use javascripts - explained - code shown - code demonstarted. It also offers Forums for Q and A as well as a tutorial section.

  • Platform: JavaScript, Scripts

This example illistrates how to have multiple links on a page that behave differently for each link class defined. This currently only works in IE as NS is not compatible with the latest standards (4.7).

  • Platform: JavaScript, Scripts

This JavaScript shows how to create a DHTML item popup centered on the window on a mouseover. This example should have code running on the body onload event. Works on both IE and Netscape.

  • Platform: JavaScript, Scripts

This JavaScript example shows how to create a "dynamic" updated field on the page. The updated field happens to be a table in this example, and the background is shown to show you it's entire field.

  • Platform: JavaScript, Scripts

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.

  • Platform: JavaScript, Scripts

This JavaScript example demosnstrates how to create small little squares that follow and rotate around the mouse position.

  • Platform: JavaScript, Scripts

This script shows how to find the numbers (RGB) to use for any given color, or to find what color will be created by a given set of RGB. This example uses (1) an HTML file, (2) a DIV-CONSTRUCT javascript file, and (3) a COLOR javascript file.

  • Platform: JavaScript, Scripts

This JavaScript shows how to have a form-based question validated on the submit. It builds the new page which it writes to the window after the answer is submitted. It tells on the new page if you got the answer right or not.

  • Platform: JavaScript, Scripts

This JavaScript shows how to check for the browser type and then send the user to a page appropriate for that browser.

  • Platform: JavaScript, Scripts

This script loads a new image of a different size and sets the size correctly for the replacement image. This is set to work for IE only.

  • Platform: JavaScript, Scripts

This JavaScript demonstrates how to have multiple banner ads rotate at an interval. This example allows new banners to be added in by calling the function addBanner with a new banner. The default rotation is 5 seconds (5000 milliseconds).

  • Platform: JavaScript, Scripts

This is a simple JavaScript showing how to select all or none of the items in a select list. All the items are shown (not a drop down list) only to show that they are all selected or none are selected.

  • Platform: JavaScript, Scripts

This is a JavaScript example that creates a menu (drop down select list) of all the days in the current month. The current date is selected by default.

  • Platform: JavaScript, Scripts

This JavaScript allows you to display a different ad based on the parameter passed to the current page. This allows a page to rotate ads without the use of CGI.

  • Platform: JavaScript, Scripts

This JavaScript shows how to have a status bar show the progress of something in graphic. This bar shows 10 steps until the status event is completed.

  • Platform: JavaScript, Scripts

This JavaScript shows how to set up a stopwatch that has hours, minutes, seconds, and milliseconds. It uses 4 timers for each time unit - so they are not really tied together, but should be close enough for internet useage.

  • Platform: JavaScript, Scripts

This example stores 3 variables into a cookie, and then retrieves them. It puts the values into a form text box where the user can change the values. A window can be made to open up where that window has the cookie values written on it.

  • Platform: JavaScript, Scripts

This JavaScript allows you to have a submit type button in a form which causes a mail message to be sent, and have the current page load a different URL.

  • Platform: JavaScript, Scripts

This is a DHTML script demonstrating a text that enlarges itself and then disappears.

  • Platform: JavaScript, Scripts

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.

  • Platform: JavaScript, Scripts

This shows another method to verify text boxes input and then put the focus into missing data boxes. It also checks some things to see if the email is "valid" - other tests could be added as determine viable.

  • Platform: JavaScript, Scripts

The author notes" I was using IE version 5.5 to find the maximum size you can have a cookie be. This seems to be on the side of working - add 1 more to the size and it will not work as the cookie becomes too big.

  • Platform: JavaScript, Scripts

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).

  • Platform: JavaScript, Scripts
New Reviews

Print Inspector

Whether you are using a printer connected to your local desktop computer or a print server sometimes you need to see whats going on in your printer by having a close look at the print jobs sent by the users. Print Inspector is such type software ...


Disk Genius

Disk Genius was formerly known as Partition Guru which is an all-in-one solution for disk partition management, data recovery and disk repairing. It can recover lost files from partition, backup and restore partition table, clone partition or clone ...


Safe In Cloud

It is quite difficult to find any computer users nowadays who do not need to use the web, for any purpose. Whether it is for education or entertainment, the web is your best resource. You also need to use various online services for banking, ...


PictBear

Nowadays, a majority of PC users resort to digital image editing once in a while. It may be required for retouching image captured in smart phones or for creating an album in Facebook. For some people, tinkering with digital images is a pastime too. ...


Panda Cloud Cleaner

PC security has become a tricky and complicated subject both for home users and network supervisors, with complexity and risk factors multiplying over the years. Using a single antivirus app may not be enough anymore. That explains why many users ...


SnapCrab

Nearly every PC users need to take screenshots from time to time, whether it is for personal or professional needs. While using the basic Windows screenshot capture method is available, it is not adequate for everyone. When you want to capture ...


BitKiller

Dealing with various types of data efficiently holds the key to success in any computing task. Apart from generating new data and modifying existing files, it becomes necessary to delete existing files at times. While most users resort to using ...


New Downloads

MindView

MindView is a professional
mind mapping software that
allows you to visually
brainstorm, organize and
present ideas. With ...

Disk Usage Analyzer Free

Disk Usage Analyzer Free - a
small utility that will help
you visualize how to allocate
space on your hard drive. Any
PC ...

UFS Explorer Professional
Recovery

UFS Explorer Professional
Recovery is a software
solution for a wide range of
data recovery tasks, with
particular focus ...

SoftPerfect WiFi Guard

A specialised network scanner
that helps to protect and keep
your WiFi network secure. It
scans your wireless network at
...

Devart ODBC Driver for
PostgreSQL

Devart ODBC Driver for
PostgreSQL is a
high-performance connectivity
tool with enterprise-level
features for accessing ...

Devart ODBC Driver for
Oracle

Devart ODBC Driver for Oracle
is a high-performance
connectivity solution with
enterprise-level features for
accessing ...

Crescendo Music Notation
Free for Mac

Crescendo Free is a simple and
intuitive way to create
musical compositions.
Crescendo allows you to
create, save and ...

BestCrypt Container
Encryption

To protect your privacy,
comply with regulations and
prevent data breaches,
BestCrypt delivers
\'on-the-fly\' data ...

Aml Maple

Aml Maple has a new kind of
view on keyboard layout
indicators: simple, modern,
flexible. In addition, you can
change the ...

Dr.Web Katana

Dr.Web KATANA - Kills Active
Threats And New Attacks. A
non-signature anti-virus.
Combats threats that are
brand-new and ...