All Articles on Javascript
Viewing Page 1 of 1 (Total Results: 6)
-
Add Dynamic Touches to your Website using JavaScript
You're not a programmer but you have a website. Would you like to add some JavaScript to it to make it look more dynamic and appealing?
-
Disappearing Print Button
Wouldn't it be nice to be able to put a "print page" button on your webpage without it showing up in the printed out page. Here is a little script that will do just that. The button appears on the webpage, but when the page is printed the button isn't on the printed page. Note: this script will only work with newer browser versions.
-
JavaScript Clock
Here is a fun JavaScript clock to add to your website. This script is easy to install.
-
Open Links in a New Window
Here is a valid way to open links in a new window using JavaScript. This is easy to use and customize.
-
Bookmark This Page!
The following is a simple JavaScript that will let your visitors bookmark your website! This javasscript is compatible with Internet Explorer and Mozilla/Firefox browsers.
-
Adding a Random Song to your Website
So you've already mastered the skill of adding a song to your website, but you want to take it one step further. It's time to randomly play a song every time your webpage is loaded.