This is a simple clock that gets the system time from your web page visitor's system (provided that their clock is set right), and displays it in a text input form wherever you put it on the page. It is a 3 part script.
The first part of the script resides between the <HEAD> and the </HEAD> tags and it defines the function, determines how to display it, and gets the clock.
The second part of the script is within the first <BODY> tag and starts the clock as soon as the page is loaded into your visitor's Browser.
The third part of the script is the actual <FORM> that displays the clock on the web page. You can put this form wherever your heart desires.
Here's how it's done: