Software Listing of Author : "Js-examples.com"
- A Clock Out Of a Form
- License: Shareware
- Price:


This shows a clock that is not in a form. It uses dynamic HTML concepts to bring the text to life.
- Publisher: js-examples.com
- Date Released: 04-01-2011
- Download
- Platform: JavaScript, Scripts
- A Game Of BattleShip
- License: Shareware
- Price:


This is a JavaScript version of the classic game of Battle Ship. Play and see if you can win.
- Publisher: js-examples.com
- Date Released: 14-03-2011
- Download
- Platform: JavaScript, Scripts
- A Game Of Tic Tac Toe
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 22-08-2011
- Download
- Platform: JavaScript, Scripts
- An Encryptor
- License: Shareware
- Price:


This shows how to have a file create encrypted code. The output of this code can only be used by javascript enabled browsers.
- Publisher: js-examples.com
- Date Released: 26-11-2011
- Download
- Platform: JavaScript, Scripts
- Auto centering popup window
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 20-07-2011
- Download
- Platform: JavaScript, Scripts
- Automatic Time Kept in a Form
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 09-06-2011
- Download
- Platform: JavaScript, Scripts
- Bar Graph
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 09-02-2011
- Download
- Platform: JavaScript, Scripts
- BattleShip - Game
- License: Shareware
- Price:


This is the classic game of battleship, done in JavaScript.
- Publisher: js-examples.com
- Date Released: 17-03-2011
- Download
- Platform: JavaScript, Scripts
- Button Click Call Alert
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 05-02-2011
- Download
- Platform: JavaScript, Scripts
- Change Button Text On MouseOver
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 12-09-2011
- Download
- Platform: JavaScript, Scripts
- Change Color of Form Components
- License: Shareware
- Price:


This script allows you to set the colors of the form components using the style properties. It works in IE only.
- Publisher: js-examples.com
- Date Released: 24-04-2011
- Download
- Platform: JavaScript, Scripts
- Check Answer Twice With Prompt
- License: Shareware
- Price:


This JavaScript prompt users for an answer, and check the input twice before stating (s)he is wrong.
- Publisher: js-examples.com
- Date Released: 23-08-2011
- Download
- Platform: JavaScript, Scripts
- Combined Menu
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 01-04-2011
- Download
- Platform: JavaScript, Scripts
- Confirm Test With Results Computed
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 17-11-2011
- Download
- Platform: JavaScript, Scripts
- Cookie Based Picture Viewer
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 05-01-2011
- Download
- Platform: JavaScript, Scripts
- Count Checkboxes/RadioBoxes Selected
- License: Shareware
- Price:


This is a short JavaScript function that demonstrates how to count the number of radio boxes that are selected.
- Publisher: js-examples.com
- Date Released: 11-03-2011
- Download
- Platform: JavaScript, Scripts
- Count Visits with Cookies - Send User To Correct Page
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 15-06-2011
- Download
- Platform: JavaScript, Scripts
- Create and Move PopUp
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 17-08-2011
- Download
- Platform: JavaScript, Scripts
- Customized Popup Window
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 19-11-2011
- Download
- Platform: JavaScript, Scripts
- Double Mouseover
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 01-02-2011
- Download
- Platform: JavaScript, Scripts
- Drop Down Menu from Top of Page
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 10-07-2011
- Download
- Platform: JavaScript, Scripts
- Dynamically Add Table Rows
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 13-06-2011
- Download
- Platform: JavaScript, Scripts
- Form - CheckBox
- License: Shareware
- Price:


This JavaScript demonstrates how to determine which options of a checkbox are selected.
- Publisher: js-examples.com
- Date Released: 27-07-2011
- Download
- Platform: JavaScript, Scripts
- Form Dynamically Display Parts
- License: Shareware
- Price:


This JavaScript example shows how to create a form that has a portion of the form shown (or hidden) upon certain user events.
- Publisher: js-examples.com
- Date Released: 22-03-2011
- Download
- Platform: JavaScript, Scripts
- Fullscreen Popup
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 23-11-2011
- Download
- Platform: JavaScript, Scripts
- JS-Examples
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 24-03-2011
- Download
- Platform: JavaScript, Scripts
- Links Hover Color
- License: Shareware
- Price:


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).
- Publisher: js-examples.com
- Date Released: 17-04-2011
- Download
- Platform: JavaScript, Scripts
- Mouseover Pops Up DHTML component
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 18-06-2011
- Download
- Platform: JavaScript, Scripts
- MouseOver show New Content
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 22-07-2011
- Download
- Platform: JavaScript, Scripts
- Non-Persistent Cookie
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 25-04-2011
- Download
- Platform: JavaScript, Scripts
- Objects Rotate Around Mouse
- License: Shareware
- Price:


This JavaScript example demosnstrates how to create small little squares that follow and rotate around the mouse position.
- Publisher: js-examples.com
- Date Released: 12-06-2011
- Download
- Platform: JavaScript, Scripts
- Pick the Color
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 25-10-2011
- Download
- Platform: JavaScript, Scripts
- Question/Answer Validation
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 23-03-2011
- Download
- Platform: JavaScript, Scripts
- Re-Direct upon the Browser Used
- License: Shareware
- Price:


This JavaScript shows how to check for the browser type and then send the user to a page appropriate for that browser.
- Publisher: js-examples.com
- Date Released: 15-08-2011
- Download
- Platform: JavaScript, Scripts
- Replace Image of a Different Size
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 02-06-2011
- Download
- Platform: JavaScript, Scripts
- Rotate Multiple Banner Ads
- License: Shareware
- Price:


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).
- Publisher: js-examples.com
- Date Released: 07-08-2011
- Download
- Platform: JavaScript, Scripts
- Select All/None Select List
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 01-10-2011
- Download
- Platform: JavaScript, Scripts
- Select List Of Current Month
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 13-01-2011
- Download
- Platform: JavaScript, Scripts
- Show Banner Ad Calculated paramter
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 18-04-2011
- Download
- Platform: JavaScript, Scripts
- Show Loading Progress Graphically
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 14-09-2011
- Download
- Platform: JavaScript, Scripts
- Stop Watch II
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 16-03-2011
- Download
- Platform: JavaScript, Scripts
- Store/Retrieve Cookie Values
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 07-08-2011
- Download
- Platform: JavaScript, Scripts
- Submit Sends Email And Loads New Page
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 17-11-2011
- Download
- Platform: JavaScript, Scripts
- Text Grows Then Disappears
- License: Shareware
- Price:


This is a DHTML script demonstrating a text that enlarges itself and then disappears.
- Publisher: js-examples.com
- Date Released: 26-10-2011
- Download
- Platform: JavaScript, Scripts
- Update Price of Selected Item
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 01-06-2011
- Download
- Platform: JavaScript, Scripts
- Validate Form Data Before Submit
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 11-08-2011
- Download
- Platform: JavaScript, Scripts
- Verify Cookie Max Size
- License: Shareware
- Price:


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.
- Publisher: js-examples.com
- Date Released: 02-07-2011
- Download
- Platform: JavaScript, Scripts
- Write New Window - Close Opener
- License: Shareware
- Price:


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).
- Publisher: js-examples.com
- Date Released: 01-06-2011
- Download
- Platform: JavaScript, Scripts
