Scripts that didn't fit into the other categories, I've decided to label Miscellenous scripts. On this page is the first part of these scripts. Date and time in titlebar : If you click here, in the titlebar should appear the current date and time (in the 24 hour format). After you click here, the time and date should disappear from the titlebar. Add the following code into the <head> of your document :
Put the href attribute now in the <body> section, like <a href="#" onclick="sat2()">Show time</a> to show the time and date in the titlebar, and the following link <a href="#" onclick="location.reload()">No clock in titlebar</a> to make it go away. You can make the time and date appear in the titlebar when the browser window opens, if you put the function in the onload= event : <body onload="sat2()">.
N e x t
|