Change input type from text to password for IE

Changing the type of input after page loaded is not supported in IE and here is an example how to do it using the other way: (more…)

Scrollable content by JavaScript

This is a scrollable content example created by JavaScript: (more…)

Count of all external links of the web page

This is a JavaScript script for counting all external links of the web page (more…)

Countdown Clock

This script is an example of countdown clock. You can set seconds and start countdown (more…)

Text counter by JavaScript

This is an example for adding a counter to the inputing texts of tags <textarea> and <input>: (more…)

The Last Visited Pages

Setting this script on your website will give your visitors the great opportunity to see their last visited pages of your website. The visited pages links are created by using DOM and JavaScript. Script is working by the Cookies (the visited pages are kept for example about a month – the period is decided by you). The quantity of the shown links are set by you. So, this is a very effective and comfortable script, that will be very pleasant for the visitors of your website. (more…)

Disable all links by javascript

To disable all links of a web page add the script bellow just after </body> (more…)

Passing time by JavaScript

This script shows the passing time from the date you desire (more…)

Check/uncheck checkboxes by JavaScript

The easy way to check/uncheck checkboxes. Insert into <head></head> this script (more…)

Domtooltips

Are you looking for a script which can show you the information about a part of your code when the mouse is over it? You have found that script! Domtooltips is a tooltips making script! It is very easy for use! (more…)