Oz Web Hub : the spot for the web design beginner

Place the time on your site

Place the following in your HEAD tags

<body onload="start()" onunload="stop()"> Place this command at the beginning of the Body tag and do not repeat the BODY tag

Place the next form where you want the clock to appear

<form>
<input type="text" name="display" style="background-color: #E8EFFA; font: bold 11px verdana; width: 63px;">
</form>

The script I use that you see above is to be placed in the BODY where you want it.

Back to Javascripts index

 

User input question

Place between the HEAD tags (change question to suit)

Now place the next script in the BODY tags

Back to Javascripts index

 

Welcome to visitors

Place in HEAD tag

Now place the following where you want the visitor's name to appear

straight to the top

© Jenny Campbell