Javascript For Loop
2002-09-14 01:15:27
View Code
Category: javascript:general
Description: Example on how to use the for loop in javascript.
Author: mind

 Javascript While Loop
2002-09-14 18:39:45
View Code
Category: javascript:general
Description: Example on how to use the while statement in a javascript.
Author: mind

 Javascript Confirm Prompt
2002-09-14 18:43:26
View Code
Category: javascript:general
Description: Example on how to use the prompt and confirm function's
Author: mind

 Javascript Scroll Title Bar
2003-01-19 20:31:49
View Code
Category: javascript:general
Description: Scroll a message across the title of your web browser.
Author: detour

 Javascript Display Current Time
2003-01-19 20:32:48
View Code
Category: javascript:general
Description: Update the current time every second and print the value to an input box.
Author: detour

 Javascript Select Case
2003-03-16 12:19:57
View Code
Category: javascript:general
Description: Example on using switch to select a case.
Author: mind

 Javascript Array's
2003-03-16 12:21:52
View Code
Category: javascript:general
Description: Simple array example.
Author: mind

 JavaScript Random Number Generator
2003-05-27 16:47:35
View Code
Category: javascript:general
Description: Generate random numbers, round them to the nearest integer and print them in a select list.
Author: detour

 Javascript Bubble Sort
2003-05-28 16:08:17
View Code
Category: javascript:general
Description: Generate 100 random numbers the use bubble sort to put them in ascending order.
Author: detour

 Detect Popup Blocker
2008-10-13 14:48:22
View Code
Category: javascript:general
Description: Test to see if the users browsers is blocking pop up windows.
Author: detour