JavaScript Code to show Browser Information
This JavaScript code does a great job of displaying information about your web browser. Information includes Browser Name, Version, your computer’s OS platform, and whether Java is enabled.
Read MorePosted by M. Saqib | Oct 19, 2008 | JavaScript: JavaScript and Web Development Source Code |
This JavaScript code does a great job of displaying information about your web browser. Information includes Browser Name, Version, your computer’s OS platform, and whether Java is enabled.
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This script allow you to quickly blink the background. With a click of a button, the background changes from white to blue and back several times to return to white. JavaScript...
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
It’s often necessary to make a script only accessible to the newer browsers (that can support the script without error) and keep older browsers from trying to work with it. This script, as an added plus, is very short....
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
The “Interactive Background Color Changer” code provides a user-friendly interface to dynamically change the background color of a web page. It includes buttons to select predefined colors such as red, green, blue, white, black, and grey. Additionally, it features buttons to incrementally adjust the RGB (Red, Green, Blue) values of the background color which allow users to create custom colors.
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This JavaScript will change the background from one color to the next for each of the 10 colors then it starts the loop over again! There is also an On/Off button to let you start and stop the JavaScript. JavaScript...
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
Posted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This script is another neat way to spice up your webpage with JavaScript. Visitors just type their favorite color in the box and click a button. The background is instantly changed to their favorite color! JavaScript...
Read MorePosted by M. Saqib | Sep 9, 2008 | JavaScript: JavaScript and Web Development Source Code |
This is the somewhat longer way to put the current date and time on your page. It writes in a longer date and time format than the previous java date and time script. Here is a tutorial that will explain the difference in...
Read More